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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 38 : m_Target(pTarget),
53 : m_Target(pTarget),
77 if (!m_Target.hasNonPICBranch(rsym))
105 return new MipsLA25Stub(m_Target, m_pData, m_Size,
MipsLA25Stub.h 53 const MipsGNULDBackend& m_Target;
MipsRelocator.h 68 { return m_Target; }
71 { return m_Target; }
135 MipsGNULDBackend& m_Target;
MipsRelocator.cpp 178 m_Target(pParent),
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 71 { return m_Target; }
74 { return m_Target; }
126 ARMGNULDBackend& m_Target;
ARMRelocator.cpp 344 m_Target(pParent) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 137 { return m_Target; }
140 { return m_Target; }
174 X86_32GNULDBackend& m_Target;
196 { return m_Target; }
199 { return m_Target; }
230 X86_64GNULDBackend& m_Target;
X86Relocator.cpp 300 : X86Relocator(pConfig), m_Target(pParent) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 87 { return m_Target; }
90 { return m_Target; }
138 AArch64GNULDBackend& m_Target;
AArch64Relocator.cpp 66 m_Target(pParent) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 94 { return m_Target; }
97 { return m_Target; }
138 HexagonLDBackend& m_Target;
HexagonRelocator.cpp 170 : Relocator(pConfig), m_Target(pParent) {}

Completed in 1525 milliseconds