Searched defs:InitSections (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/orc/ | ||
H A D | elfnix_platform.h | 50 std::vector<std::pair<std::string, SectionList>> InitSections; global() member |
H A D | macho_platform.cpp | 1090 std::vector<span<void (*)()>> InitSections; runModInits() local |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | ELFNixPlatform.h | 43 StringMap<SectionList> InitSections; global() member |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ELFNixPlatform.cpp | 533 registerInitInfo(JITDylib & JD,ArrayRef<jitlink::Section * > InitSections) registerInitInfo() argument |
/llvm-project/llvm/lib/ObjectYAML/ | ||
H A D | XCOFFEmitter.cpp | 84 std::vector<XCOFFYAML::Section> InitSections = Obj.Sections; global() member in __anond44f6c0c0111::XCOFFWriter |