Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1001 for (auto &InitSectionName : MachOInitSectionNames) { in preserveImportantSections() local
1004 if (InitSectionName == MachOObjCImageInfoSectionName) in preserveImportantSections()
1008 auto *InitSection = G.findSectionByName(InitSectionName); in preserveImportantSections()