Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h48 void addModInitsSection(SectionExtent ModInit) { in addModInitsSection() argument
49 ModInitSections.push_back(std::move(ModInit)); in addModInitsSection()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()