Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h48 void addModInitsSection(SectionExtent ModInit) { in addModInitsSection() argument
49 ModInitSections.push_back(std::move(ModInit)); in addModInitsSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp90 for (const auto &ModInit : ModInitSections) { in runModInits() local
91 for (uint64_t I = 0; I != ModInit.NumPtrs; ++I) { in runModInits()
93 ModInit.Address + (I * sizeof(uintptr_t))); in runModInits()