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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp22 size += leb128::size<uint32_t>(m_IntValue);
39 if (isIntValue() && (m_IntValue != 0))
56 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h40 ELFAttributeValue() : m_Type(Uninitialized), m_IntValue(0), m_StringValue() {}
49 unsigned int getIntValue() const { return m_IntValue; }
51 void setIntValue(unsigned int pIntValue) { m_IntValue = pIntValue; }
99 m_IntValue = 0;
107 unsigned int m_IntValue; member in class:mcld::ELFAttributeValue

Completed in 90 milliseconds