Home
last modified time | relevance | path

Searched refs:m_Target (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp31 : 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()
DMipsRelocator.h78 MipsGNULDBackend& getTarget() { return m_Target; } in getTarget()
80 const MipsGNULDBackend& getTarget() const { return m_Target; } in getTarget()
164 MipsGNULDBackend& m_Target;
DMipsLA25Stub.h51 const MipsGNULDBackend& m_Target;
DMipsRelocator.cpp144 m_Target(pParent), in MipsRelocator()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h131 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;
DX86Relocator.cpp275 : X86Relocator(pConfig), m_Target(pParent) { in X86_32Relocator()
1234 : X86Relocator(pConfig), m_Target(pParent) { in X86_64Relocator()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h66 ARMGNULDBackend& getTarget() { return m_Target; } in getTarget()
68 const ARMGNULDBackend& getTarget() const { return m_Target; } in getTarget()
127 ARMGNULDBackend& m_Target;
DARMRelocator.cpp301 : Relocator(pConfig), m_Target(pParent) { in ARMRelocator()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h72 AArch64GNULDBackend& getTarget() { return m_Target; } in getTarget()
74 const AArch64GNULDBackend& getTarget() const { return m_Target; } in getTarget()
134 AArch64GNULDBackend& m_Target;
DAArch64Relocator.cpp66 : Relocator(pConfig), m_Target(pParent) { in AArch64Relocator()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h88 HexagonLDBackend& getTarget() { return m_Target; } in getTarget()
90 const HexagonLDBackend& getTarget() const { return m_Target; } in getTarget()
139 HexagonLDBackend& m_Target; variable
DHexagonRelocator.cpp170 : Relocator(pConfig), m_Target(pParent) { in HexagonRelocator()