Searched refs:getKindForGlobal (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 202 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal() function in TargetLoweringObjectFile 347 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 77 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in IsGlobalInSmallSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 111 static SectionKind getKindForGlobal(const GlobalObject *GO,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | GlobalMerge.cpp | 646 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in doInitialization()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 1479 SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal(GO, TM); in getNameWithPrefix() 2202 SectionKind GOKind = getKindForGlobal(GO, TM); in getTargetSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2180 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper() 2330 SectionKind GOKind = getObjFileLowering().getKindForGlobal(GO, TM); in doInitialization()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1163 TargetLoweringObjectFile::getKindForGlobal(&Global, Asm->TM); in processGlobals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 548 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable()
|