Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp22 if (isIntValue()) in getSize()
41 if (isIntValue() && (m_IntValue != 0)) in isDefaultValue()
59 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
DELFAttributeData.cpp39 if (pValue.isIntValue()) { in ReadValue()
72 if (pValue.isIntValue()) in WriteAttribute()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h80 inline bool isIntValue() const in isIntValue() function