Home
last modified time | relevance | path

Searched refs:initTargetSections (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h82 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) = 0;
164 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
206 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
H A DX86LDBackend.cpp345 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
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h45 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
277 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
293 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
H A DMipsLDBackend.cpp96 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()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h41 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
H A DAArch64LDBackend.cpp88 void AArch64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::AArch64GNULDBackend
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h50 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
H A DARMLDBackend.cpp149 void ARMGNULDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::ARMGNULDBackend
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h95 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
H A DHexagonLDBackend.cpp403 void HexagonLDBackend::initTargetSections(Module& pModule, in initTargetSections() function in mcld::HexagonLDBackend
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h62 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) {} in initTargetSections() function
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp113 m_LDBackend.initTargetSections(*m_pModule, builder); in initStdSections()