HomeSort by relevance Sort by last modified time
    Searched refs:getRelocator (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 47 /// getRelocator - return relocator.
48 const Relocator* getRelocator() const;
49 Relocator* getRelocator();
AArch64LDBackend.cpp 155 const Relocator* AArch64GNULDBackend::getRelocator() const
161 Relocator* AArch64GNULDBackend::getRelocator()
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 65 virtual Relocator* getRelocator() = 0;
66 virtual const Relocator* getRelocator() const = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 57 /// getRelocator - return relocator.
58 const Relocator* getRelocator() const;
59 Relocator* getRelocator();
ARMLDBackend.cpp 209 const Relocator* ARMGNULDBackend::getRelocator() const
215 Relocator* ARMGNULDBackend::getRelocator()
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 85 /// getRelocator - return relocator.
86 const Relocator* getRelocator() const;
87 Relocator* getRelocator();
HexagonLDBackend.cpp 75 const Relocator* HexagonLDBackend::getRelocator() const
81 Relocator* HexagonLDBackend::getRelocator()
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 78 /// getRelocator - return relocator.
79 const Relocator* getRelocator() const;
80 Relocator* getRelocator();
X86LDBackend.cpp 75 const Relocator* X86GNULDBackend::getRelocator() const
81 Relocator* X86GNULDBackend::getRelocator()
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 549 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());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 49 /// getRelocator - return relocator.
50 const Relocator* getRelocator() const;
51 Relocator* getRelocator();
MipsLDBackend.cpp 157 const Relocator* MipsGNULDBackend::getRelocator() const
163 Relocator* MipsGNULDBackend::getRelocator()

Completed in 176 milliseconds