Searched refs:pParent (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp39 ARMPLT0::ARMPLT0(SectionData* pParent) argument
40 : PLTEntry(sizeof(arm_plt0), pParent) {}
42 ARMPLT1::ARMPLT1(SectionData* pParent) argument
43 : PLTEntry(sizeof(arm_plt1), pParent) {}
H A DARMRelocationFunctions.h13 ARMRelocationFactory& pParent);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp53 X86PLT0::X86PLT0(SectionData* pParent, unsigned int pSize) argument
54 : PLTEntry(pSize, pParent) { }
56 X86PLT1::X86PLT1(SectionData* pParent, unsigned int pSize) argument
57 : PLTEntry(pSize, pParent) { }
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp149 DirIterator::DirIterator(Directory* pParent, argument
151 : m_pParent(pParent),
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h187 explicit AttributeProxy(AttributeFactory& pParent, Attribute& pBase);
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h124 explicit DirIterator(Directory* pParent,
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h108 ELFDynamic(const GNULDBackend& pParent);
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp32 ELFDynamic::ELFDynamic(const GNULDBackend& pParent) argument
34 if (32 == pParent.bitclass() && pParent.isLittleEndian()) {

Completed in 95 milliseconds

12