Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp140 std::vector<span<void (*)()>> ModInitsSectionsNew; member
356 JDS->ModInitsSectionsNew.push_back(KV.second.toSpan<void (*)()>()); in registerObjectPlatformSections()
430 removeIfPresent(JDS->ModInitsSectionsNew, KV.second); in deregisterObjectPlatformSections()
701 for (const auto &ModInits : JDS.ModInitsSectionsNew) { in runModInits()
706 moveAppendSections(JDS.ModInitsSections, JDS.ModInitsSectionsNew); in runModInits()
869 moveAppendSections(JDS.ModInitsSections, JDS.ModInitsSectionsNew); in dlcloseDeinitialize()
870 JDS.ModInitsSectionsNew = std::move(JDS.ModInitsSections); in dlcloseDeinitialize()