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

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h47 GCFactoryListTraits<Relocation> > RelocationListType; typedef in class:mcld::RelocData
49 typedef RelocationListType::reference reference;
50 typedef RelocationListType::const_reference const_reference;
52 typedef RelocationListType::iterator iterator;
53 typedef RelocationListType::const_iterator const_iterator;
55 typedef RelocationListType::reverse_iterator reverse_iterator;
56 typedef RelocationListType::const_reverse_iterator const_reverse_iterator;
68 const RelocationListType& getRelocationList() const { return m_Relocations; }
69 RelocationListType& getRelocationList() { return m_Relocations; }
92 RelocationListType m_Relocation
[all...]
H A DBranchIsland.h40 typedef std::vector<Relocation*> RelocationListType; typedef in class:mcld::BranchIsland
41 typedef RelocationListType::iterator reloc_iterator;
42 typedef RelocationListType::const_iterator const_reloc_iterator;
164 RelocationListType m_Relocations;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentGraph.h78 typedef std::vector<Relocation*> RelocationListType; typedef in class:mcld::FragmentGraph
79 typedef RelocationListType::iterator reloc_iterator;
80 typedef RelocationListType::const_iterator const_reloc_iterator;
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp144 const RelocData::RelocationListType &rRelocs =
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2225 RelocData::RelocationListType& out_list =
2227 RelocData::RelocationListType& in_list =

Completed in 377 milliseconds