Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h47 const Relocator* getRelocator() const;
48 Relocator* getRelocator();
DAArch64LDBackend.cpp145 const Relocator* AArch64GNULDBackend::getRelocator() const { in getRelocator() function in mcld::AArch64GNULDBackend
150 Relocator* AArch64GNULDBackend::getRelocator() { in getRelocator() function in mcld::AArch64GNULDBackend
/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/ARM/
DARMLDBackend.h57 const Relocator* getRelocator() const;
58 Relocator* getRelocator();
DARMLDBackend.cpp205 const Relocator* ARMGNULDBackend::getRelocator() const { in getRelocator() function in mcld::ARMGNULDBackend
210 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.cpp73 const Relocator* HexagonLDBackend::getRelocator() const { in getRelocator() function in mcld::HexagonLDBackend
78 Relocator* HexagonLDBackend::getRelocator() { in getRelocator() function in mcld::HexagonLDBackend
/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/include/mcld/Target/
DTargetLDBackend.h69 virtual Relocator* getRelocator() = 0;
70 virtual const Relocator* getRelocator() const = 0;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h49 const Relocator* getRelocator() const;
50 Relocator* getRelocator();
DMipsLDBackend.cpp151 const Relocator* MipsGNULDBackend::getRelocator() const { in getRelocator() function in mcld::MipsGNULDBackend
156 Relocator* MipsGNULDBackend::getRelocator() { in getRelocator() function in mcld::MipsGNULDBackend