Searched refs:m_IntValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h43 : m_Type(Uninitialized), m_IntValue(0), m_StringValue() { }
55 { return m_IntValue; }
58 { m_IntValue = pIntValue; }
108 m_IntValue = 0;
116 unsigned int m_IntValue; member in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp23 size += leb128::size<uint32_t>(m_IntValue);
41 if (isIntValue() && (m_IntValue != 0))
59 if (isIntValue() && (m_IntValue != pValue.getIntValue()))

Completed in 177 milliseconds