Searched refs:m_Target (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLA25Stub.cpp | 31 : m_Target(pTarget), in MipsLA25Stub() 45 : m_Target(pTarget), m_Name("pic"), m_pData(pData), m_Size(pSize) { in MipsLA25Stub() 64 if (!m_Target.hasNonPICBranch(rsym)) in isMyDuty() 88 m_Target, m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()
|
D | MipsRelocator.h | 78 MipsGNULDBackend& getTarget() { return m_Target; } in getTarget() 80 const MipsGNULDBackend& getTarget() const { return m_Target; } in getTarget() 164 MipsGNULDBackend& m_Target;
|
D | MipsLA25Stub.h | 51 const MipsGNULDBackend& m_Target;
|
D | MipsRelocator.cpp | 144 m_Target(pParent), in MipsRelocator()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 131 X86_32GNULDBackend& getTarget() { return m_Target; } in getTarget() 133 const X86_32GNULDBackend& getTarget() const { return m_Target; } in getTarget() 175 X86_32GNULDBackend& m_Target; 195 X86_64GNULDBackend& getTarget() { return m_Target; } in getTarget() 197 const X86_64GNULDBackend& getTarget() const { return m_Target; } in getTarget() 236 X86_64GNULDBackend& m_Target;
|
D | X86Relocator.cpp | 275 : X86Relocator(pConfig), m_Target(pParent) { in X86_32Relocator() 1234 : X86Relocator(pConfig), m_Target(pParent) { in X86_64Relocator()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 66 ARMGNULDBackend& getTarget() { return m_Target; } in getTarget() 68 const ARMGNULDBackend& getTarget() const { return m_Target; } in getTarget() 127 ARMGNULDBackend& m_Target;
|
D | ARMRelocator.cpp | 301 : Relocator(pConfig), m_Target(pParent) { in ARMRelocator()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 72 AArch64GNULDBackend& getTarget() { return m_Target; } in getTarget() 74 const AArch64GNULDBackend& getTarget() const { return m_Target; } in getTarget() 134 AArch64GNULDBackend& m_Target;
|
D | AArch64Relocator.cpp | 66 : Relocator(pConfig), m_Target(pParent) { in AArch64Relocator()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 88 HexagonLDBackend& getTarget() { return m_Target; } in getTarget() 90 const HexagonLDBackend& getTarget() const { return m_Target; } in getTarget() 139 HexagonLDBackend& m_Target; variable
|
D | HexagonRelocator.cpp | 170 : Relocator(pConfig), m_Target(pParent) { in HexagonRelocator()
|