Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp49 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp200 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal() function in TargetLoweringObjectFile
352 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp77 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in IsGlobalInSmallSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h113 static SectionKind getKindForGlobal(const GlobalObject *GO,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DGlobalMerge.cpp658 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in doInitialization()
H A DTargetLoweringObjectFileImpl.cpp1556 SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal(GO, TM); in getNameWithPrefix()
2305 SectionKind GOKind = getKindForGlobal(GO, TM); in getTargetSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2475 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper()
2660 SectionKind GOKind = getObjFileLowering().getKindForGlobal(GO, TM); in doInitialization()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1400 GVKind = TargetLoweringObjectFile::getKindForGlobal(&Global, Asm->TM); in processGlobals()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp307 .getKindForGlobal(Global, Asm->TM) in addLocationAttribute()
H A DAsmPrinter.cpp723 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable()