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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp31 : m_Target(pTarget),
45 : m_Target(pTarget), m_Name("pic"), m_pData(pData), m_Size(pSize) {
64 if (!m_Target.hasNonPICBranch(rsym))
88 m_Target, m_pData, m_Size, fixup_begin(), fixup_end());
H A DMipsLA25Stub.h51 const MipsGNULDBackend& m_Target; member in class:mcld::MipsLA25Stub
H A DMipsRelocator.h78 MipsGNULDBackend& getTarget() { return m_Target; }
80 const MipsGNULDBackend& getTarget() const { return m_Target; }
164 MipsGNULDBackend& m_Target; member in class:mcld::MipsRelocator
H A DMipsRelocator.cpp144 m_Target(pParent),
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h66 ARMGNULDBackend& getTarget() { return m_Target; }
68 const ARMGNULDBackend& getTarget() const { return m_Target; }
127 ARMGNULDBackend& m_Target; member in class:mcld::ARMRelocator
H A DARMRelocator.cpp301 : Relocator(pConfig), m_Target(pParent) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h131 X86_32GNULDBackend& getTarget() { return m_Target; }
133 const X86_32GNULDBackend& getTarget() const { return m_Target; }
175 X86_32GNULDBackend& m_Target; member in class:mcld::X86_32Relocator
195 X86_64GNULDBackend& getTarget() { return m_Target; }
197 const X86_64GNULDBackend& getTarget() const { return m_Target; }
236 X86_64GNULDBackend& m_Target; member in class:mcld::X86_64Relocator
H A DX86Relocator.cpp275 : X86Relocator(pConfig), m_Target(pParent) {
1234 : X86Relocator(pConfig), m_Target(pParent) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h72 AArch64GNULDBackend& getTarget() { return m_Target; }
74 const AArch64GNULDBackend& getTarget() const { return m_Target; }
134 AArch64GNULDBackend& m_Target; member in class:mcld::AArch64Relocator
H A DAArch64Relocator.cpp66 : Relocator(pConfig), m_Target(pParent) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h88 HexagonLDBackend& getTarget() { return m_Target; }
90 const HexagonLDBackend& getTarget() const { return m_Target; }
139 HexagonLDBackend& m_Target; member in class:mcld::HexagonRelocator
H A DHexagonRelocator.cpp170 : Relocator(pConfig), m_Target(pParent) {

Completed in 828 milliseconds