Searched refs:getRelocationList (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp52 assert(!m_pRelocData->getRelocationList().empty() &&
H A DGNULDBackend.cpp2549 out_reloc_data->getRelocationList();
2551 (*rs)->getRelocData()->getRelocationList();
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h66 const RelocationListType& getRelocationList() const { return m_Relocations; } function in class:mcld::RelocData
67 RelocationListType& getRelocationList() { return m_Relocations; } function in class:mcld::RelocData
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp136 (*rs)->getRelocData()->getRelocationList();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp826 pSection.getRelocData()->getRelocationList().insert(

Completed in 277 milliseconds