Home
last modified time | relevance | path

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

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