Searched defs:initTargetSections (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h62 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) {} function in class:mcld::TargetLDBackend
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp88 void AArch64GNULDBackend::initTargetSections(Module& pModule, function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp345 void X86_32GNULDBackend::initTargetSections(Module& pModule, function in class:mcld::X86_32GNULDBackend
612 void X86_64GNULDBackend::initTargetSections(Module& pModule, function in class:mcld::X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp149 void ARMGNULDBackend::initTargetSections(Module& pModule, function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp403 void HexagonLDBackend::initTargetSections(Module& pModule, function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp96 void MipsGNULDBackend::initTargetSections(Module& pModule, function in class:mcld::MipsGNULDBackend
1259 void Mips32GNULDBackend::initTargetSections(Module& pModule, function in class:mcld::Mips32GNULDBackend
1261 MipsGNULDBackend::initTargetSections(pModule, pBuilder);
1304 void Mips64GNULDBackend::initTargetSections(Module& pModule, function in class:mcld::Mips64GNULDBackend
1306 MipsGNULDBackend::initTargetSections(pModule, pBuilder);

Completed in 249 milliseconds