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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp21 if (isIntValue())
39 if (isIntValue() && (m_IntValue != 0))
56 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
H A DELFAttributeData.cpp39 if (pValue.isIntValue()) {
71 if (pValue.isIntValue())
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h73 inline bool isIntValue() const { return (m_Type & Int); } function in class:mcld::ELFAttributeValue

Completed in 66 milliseconds