Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp139 std::vector<span<void (*)()>> ModInitsSections; member
429 if (!removeIfPresent(JDS->ModInitsSections, KV.second)) in deregisterObjectPlatformSections()
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()