Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp762 for (auto &InitSectionName : InitSectionNames) { in preserveInitSections() local
764 auto *InitSection = G.findSectionByName(InitSectionName); in preserveInitSections()
884 for (auto InitSectionName : InitSectionNames) in registerInitSections() local
885 if (auto *Sec = G.findSectionByName(InitSectionName)) in registerInitSections()