Home
last modified time | relevance | path

Searched refs:getRelocator (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp585 m_LDBackend.getRelocator()->initializeScan(**input); in scanRelocations()
608 m_LDBackend.getRelocator()->scanRelocation( in scanRelocations()
611 m_LDBackend.getRelocator()->partialScanRelocation( in scanRelocations()
616 m_LDBackend.getRelocator()->finalizeScan(**input); in scanRelocations()
789 m_LDBackend.getRelocator()->initializeApply(**input); in relocation()
823 relocation->apply(*m_LDBackend.getRelocator()); in relocation()
826 m_LDBackend.getRelocator()->finalizeApply(**input); in relocation()
836 (*iter)->apply(*m_LDBackend.getRelocator()); in relocation()
843 iter->apply(*m_LDBackend.getRelocator()); in relocation()
965 switch (pReloc.size(*m_LDBackend.getRelocator())) { in writeRelocationResult()
[all …]
/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp78 uint32_t offset = pBackend.getRelocator()->getDebugStringOffset(pReloc); in applyOffset()
82 pBackend.getRelocator()->applyDebugStringOffset(pReloc, in applyOffset()
DIdenticalCodeFolding.cpp149 m_Backend.getRelocator() in findCandidates()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h50 const Relocator* getRelocator() const;
51 Relocator* getRelocator();
DAArch64LDBackend.cpp150 const Relocator* AArch64GNULDBackend::getRelocator() const { in getRelocator() function in mcld::AArch64GNULDBackend
155 Relocator* AArch64GNULDBackend::getRelocator() { in getRelocator() function in mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h59 const Relocator* getRelocator() const;
60 Relocator* getRelocator();
DARMLDBackend.cpp273 const Relocator* ARMGNULDBackend::getRelocator() const { in getRelocator() function in mcld::ARMGNULDBackend
278 Relocator* ARMGNULDBackend::getRelocator() { in getRelocator() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h85 const Relocator* getRelocator() const;
86 Relocator* getRelocator();
DHexagonLDBackend.cpp74 const Relocator* HexagonLDBackend::getRelocator() const { in getRelocator() function in mcld::HexagonLDBackend
79 Relocator* HexagonLDBackend::getRelocator() { in getRelocator() function in mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h69 virtual Relocator* getRelocator() = 0;
70 virtual const Relocator* getRelocator() const = 0;
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h79 const Relocator* getRelocator() const;
80 Relocator* getRelocator();
DX86LDBackend.cpp72 const Relocator* X86GNULDBackend::getRelocator() const { in getRelocator() function in mcld::X86GNULDBackend
77 Relocator* X86GNULDBackend::getRelocator() { in getRelocator() function in mcld::X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h51 const Relocator* getRelocator() const;
52 Relocator* getRelocator();
DMipsLDBackend.cpp170 const Relocator* MipsGNULDBackend::getRelocator() const { in getRelocator() function in mcld::MipsGNULDBackend
175 Relocator* MipsGNULDBackend::getRelocator() { in getRelocator() function in mcld::MipsGNULDBackend