/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 82 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) = 0; 164 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 206 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | X86LDBackend.cpp | 345 void X86_32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::X86_32GNULDBackend 612 void X86_64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::X86_64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 45 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 277 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 293 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | MipsLDBackend.cpp | 96 void MipsGNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::MipsGNULDBackend 1259 void Mips32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::Mips32GNULDBackend 1261 MipsGNULDBackend::initTargetSections(pModule, pBuilder); in initTargetSections() 1304 void Mips64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::Mips64GNULDBackend 1306 MipsGNULDBackend::initTargetSections(pModule, pBuilder); in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 41 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | AArch64LDBackend.cpp | 88 void AArch64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::AArch64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 50 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | ARMLDBackend.cpp | 149 void ARMGNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::ARMGNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 95 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | HexagonLDBackend.cpp | 403 void HexagonLDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::HexagonLDBackend
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 62 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) {} in initTargetSections() function
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 113 m_LDBackend.initTargetSections(*m_pModule, builder); in initStdSections()
|