Home
last modified time | relevance | path

Searched defs:InitSections (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.h50 std::vector<std::pair<std::string, SectionList>> InitSections; member
H A Dmacho_platform.cpp1024 std::vector<span<void (*)()>> InitSections; in runModInits() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h43 StringMap<SectionList> InitSections; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp571 JITDylib &JD, ArrayRef<jitlink::Section *> InitSections) { in registerInitInfo()
817 SmallVector<jitlink::Section *> InitSections; in registerInitSections() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp81 std::vector<XCOFFYAML::Section> InitSections = Obj.Sections; member in __anon861d44700111::XCOFFWriter