/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 82 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) = 0; 168 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 211 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | X86LDBackend.cpp | 373 void X86_32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in X86_32GNULDBackend 664 void X86_64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in X86_64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 44 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 250 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 267 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | MipsLDBackend.cpp | 93 void MipsGNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in MipsGNULDBackend 912 void Mips32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in Mips32GNULDBackend 915 MipsGNULDBackend::initTargetSections(pModule, pBuilder); in initTargetSections() 961 void Mips64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in Mips64GNULDBackend 964 MipsGNULDBackend::initTargetSections(pModule, pBuilder); in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 39 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | AArch64LDBackend.cpp | 87 void AArch64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in AArch64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 49 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | ARMLDBackend.cpp | 82 void ARMGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder) in initTargetSections() function in ARMGNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 97 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | HexagonLDBackend.cpp | 431 void HexagonLDBackend::initTargetSections(Module& pModule, in initTargetSections() function in HexagonLDBackend
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 58 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) { } in initTargetSections() function
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 111 m_LDBackend.initTargetSections(*m_pModule, builder); in initStdSections()
|