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

  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 26 m_pRelocData(NULL),
30 m_pRelocData = IRBuilder::CreateRelocData(pSection);
40 m_pRelocData->append(*Relocation::Create());
48 assert(!m_pRelocData->getRelocationList().empty() &&
50 m_ValidEntryIterator = m_pRelocData->begin();
61 assert(m_ValidEntryIterator != m_pRelocData->end() &&
69 return m_pRelocData->size();
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 45 { return m_pRelocData->empty(); }
57 RelocData* m_pRelocData;

Completed in 51 milliseconds