Searched refs:RelocationListType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h45 RelocationListType; typedef in class:mcld::RelocData
47 typedef RelocationListType::reference reference;
48 typedef RelocationListType::const_reference const_reference;
50 typedef RelocationListType::iterator iterator;
51 typedef RelocationListType::const_iterator const_iterator;
53 typedef RelocationListType::reverse_iterator reverse_iterator;
54 typedef RelocationListType::const_reverse_iterator const_reverse_iterator;
66 const RelocationListType& getRelocationList() const { return m_Relocations; }
67 RelocationListType& getRelocationList() { return m_Relocations; }
96 RelocationListType m_Relocation
[all...]
H A DBranchIsland.h39 typedef std::vector<Relocation*> RelocationListType; typedef in class:mcld::BranchIsland
40 typedef RelocationListType::iterator reloc_iterator;
41 typedef RelocationListType::const_iterator const_reloc_iterator;
170 RelocationListType m_Relocations;
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp135 const RelocData::RelocationListType& rRelocs =
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2548 RelocData::RelocationListType& out_list =
2550 RelocData::RelocationListType& in_list =

Completed in 158 milliseconds