Searched refs:getRelocator (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h47 /// getRelocator - return relocator.
48 const Relocator* getRelocator() const;
49 Relocator* getRelocator();
H A DAArch64LDBackend.cpp155 const Relocator* AArch64GNULDBackend::getRelocator() const function in class:AArch64GNULDBackend
161 Relocator* AArch64GNULDBackend::getRelocator() function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h57 /// getRelocator - return relocator.
58 const Relocator* getRelocator() const;
59 Relocator* getRelocator();
H A DARMLDBackend.cpp209 const Relocator* ARMGNULDBackend::getRelocator() const function in class:ARMGNULDBackend
215 Relocator* ARMGNULDBackend::getRelocator() function in class:ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h65 virtual Relocator* getRelocator() = 0;
66 virtual const Relocator* getRelocator() const = 0;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h85 /// getRelocator - return relocator.
86 const Relocator* getRelocator() const;
87 Relocator* getRelocator();
H A DHexagonLDBackend.cpp75 const Relocator* HexagonLDBackend::getRelocator() const function in class:HexagonLDBackend
81 Relocator* HexagonLDBackend::getRelocator() function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h78 /// getRelocator - return relocator.
79 const Relocator* getRelocator() const;
80 Relocator* getRelocator();
H A DX86LDBackend.cpp75 const Relocator* X86GNULDBackend::getRelocator() const function in class:X86GNULDBackend
81 Relocator* X86GNULDBackend::getRelocator() function in class:X86GNULDBackend
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp549 m_LDBackend.getRelocator()->initializeScan(**input);
572 m_LDBackend.getRelocator()->scanRelocation(
575 m_LDBackend.getRelocator()->partialScanRelocation(
579 m_LDBackend.getRelocator()->finalizeScan(**input);
746 m_LDBackend.getRelocator()->initializeApply(**input);
767 relocation->apply(*m_LDBackend.getRelocator());
770 m_LDBackend.getRelocator()->finalizeApply(**input);
780 (*iter)->apply(*m_LDBackend.getRelocator());
900 switch(pReloc.size(*m_LDBackend.getRelocator())) {
926 pReloc.size(*m_LDBackend.getRelocator())/
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h49 /// getRelocator - return relocator.
50 const Relocator* getRelocator() const;
51 Relocator* getRelocator();
H A DMipsLDBackend.cpp157 const Relocator* MipsGNULDBackend::getRelocator() const function in class:MipsGNULDBackend
163 Relocator* MipsGNULDBackend::getRelocator() function in class:MipsGNULDBackend

Completed in 865 milliseconds