Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp24 if (isStringValue()) in getSize()
41 if (isStringValue() && !m_StringValue.empty()) in isDefaultValue()
59 if (isStringValue() && (m_StringValue != pValue.getStringValue())) in equals()
DELFAttributeData.cpp52 if (pValue.isStringValue()) { in ReadValue()
74 if (pValue.isStringValue()) { in WriteAttribute()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h75 inline bool isStringValue() const { return (m_Type & String); } in isStringValue() function