Home
last modified time | relevance | path

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

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