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

  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 78 uint32_t offset = pBackend.getRelocator()->getDebugStringOffset(pReloc);
82 pBackend.getRelocator()->applyDebugStringOffset(pReloc,
IdenticalCodeFolding.cpp 149 m_Backend.getRelocator()
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 46 /// getRelocator - return relocator.
47 const Relocator* getRelocator() const;
48 Relocator* getRelocator();
AArch64LDBackend.cpp 145 const Relocator* AArch64GNULDBackend::getRelocator() const {
150 Relocator* AArch64GNULDBackend::getRelocator() {
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 69 virtual Relocator* getRelocator() = 0;
70 virtual const Relocator* getRelocator() const = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 56 /// getRelocator - return relocator.
57 const Relocator* getRelocator() const;
58 Relocator* getRelocator();
ARMLDBackend.cpp 205 const Relocator* ARMGNULDBackend::getRelocator() const {
210 Relocator* ARMGNULDBackend::getRelocator() {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 84 /// getRelocator - return relocator.
85 const Relocator* getRelocator() const;
86 Relocator* getRelocator();
HexagonLDBackend.cpp 73 const Relocator* HexagonLDBackend::getRelocator() const {
78 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 72 const Relocator* X86GNULDBackend::getRelocator() const {
77 Relocator* X86GNULDBackend::getRelocator() {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 585 m_LDBackend.getRelocator()->initializeScan(**input);
608 m_LDBackend.getRelocator()->scanRelocation(
611 m_LDBackend.getRelocator()->partialScanRelocation(
616 m_LDBackend.getRelocator()->finalizeScan(**input);
789 m_LDBackend.getRelocator()->initializeApply(**input);
823 relocation->apply(*m_LDBackend.getRelocator());
826 m_LDBackend.getRelocator()->finalizeApply(**input);
836 (*iter)->apply(*m_LDBackend.getRelocator());
843 iter->apply(*m_LDBackend.getRelocator());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 48 /// getRelocator - return relocator.
49 const Relocator* getRelocator() const;
50 Relocator* getRelocator();
MipsLDBackend.cpp 151 const Relocator* MipsGNULDBackend::getRelocator() const {
156 Relocator* MipsGNULDBackend::getRelocator() {

Completed in 241 milliseconds