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

/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
85 assert(m_Idx < m_EntryList.size());
86 m_EntryList[m_Idx]->setValue(pTag, pValue);
87 ++m_Idx;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h181 // by the counter. m_Idx is the counter indicating to the entry being applied.
182 size_t m_Idx; member in class:mcld::ELFDynamic

Completed in 178 milliseconds