Home
last modified time | relevance | path

Searched refs:ModInitSections (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h49 ModInitSections.push_back(std::move(ModInit)); in addModInitsSection()
53 return ModInitSections; in getModInitsSections()
79 RawPointerSectionList ModInitSections; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp90 for (const auto &ModInit : ModInitSections) { in runModInits()