Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp934 static const char *const SectionsBaseNames[8]; member in __anonaf5ecb460111::CGObjCGNUstep2
943 return SectionsBaseNames[K]; in sectionName()
1562 …to &sectionVec = CGM.getTriple().isOSBinFormatCOFF() ? PECOFFSectionsBaseNames : SectionsBaseNames; in ModuleInitFunction()
2129 const char *const CGObjCGNUstep2::SectionsBaseNames[8] = member in __anonaf5ecb460111::CGObjCGNUstep2