Home
last modified time | relevance | path

Searched refs:setStringValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h55 void setStringValue(const std::string& pStringValue) { in setStringValue() function
59 void setStringValue(const char* pStringValue, size_t pSize) { in setStringValue() function
63 void setStringValue(const char* pStringValue) { in setStringValue() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp349 out_attr.setStringValue(""); in merge()
477 pValue.setStringValue(""); in encode_secondary_compatibility_attribute()
481 pValue.setStringValue(std::string(new_value, sizeof(new_value))); in encode_secondary_compatibility_attribute()
745 out_cpu_name.setStringValue(get_generic_cpu_name(m_CurrentCPUArch)); in postMerge()
750 out_cpu_raw_name.setStringValue(""); in postMerge()
756 out_cpu_name.setStringValue(m_CPUName); in postMerge()
763 out_cpu_raw_name.setStringValue(m_CPURawName); in postMerge()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp53 pValue.setStringValue(pBuf); in ReadValue()