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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.h35 { return m_Target; }
38 { return m_Target; }
43 ARMGNULDBackend& m_Target; member in class:mcld::ARMRelocationFactory
H A DARMRelocationFactory.cpp53 m_Target(pParent) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.h33 { return m_Target; }
36 { return m_Target; }
49 MipsGNULDBackend& m_Target; member in class:mcld::MipsRelocationFactory
H A DMipsRelocationFactory.cpp50 m_Target(pParent),
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.h35 { return m_Target; }
38 { return m_Target; }
43 X86GNULDBackend& m_Target; member in class:mcld::X86RelocationFactory
H A DX86RelocationFactory.cpp52 m_Target(pParent) {

Completed in 923 milliseconds