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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 39 { return m_Target; }
42 { return m_Target; }
58 ARMGNULDBackend& m_Target;
ARMRelocator.cpp 47 m_Target(pParent) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 42 { return m_Target; }
45 { return m_Target; }
58 HexagonLDBackend& m_Target;
HexagonRelocator.cpp 47 m_Target(pParent) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 36 { return m_Target; }
39 { return m_Target; }
57 MipsGNULDBackend& m_Target;
MipsRelocator.cpp 47 m_Target(pParent),
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 69 { return m_Target; }
72 { return m_Target; }
85 X86_32GNULDBackend& m_Target;
106 { return m_Target; }
109 { return m_Target; }
122 X86_64GNULDBackend& m_Target;
X86Relocator.cpp 59 : X86Relocator(), m_Target(pParent) {
615 : X86Relocator(), m_Target(pParent) {

Completed in 209 milliseconds