HomeSort by relevance Sort by last modified time
    Searched refs:m_IntValue (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h 43 : 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;
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 23 size += leb128::size<uint32_t>(m_IntValue);
41 if (isIntValue() && (m_IntValue != 0))
59 if (isIntValue() && (m_IntValue != pValue.getIntValue()))

Completed in 407 milliseconds