Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDirectXAsmPrinter.cpp49 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZSubtarget.cpp99 SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal( in isAddressedViaADA()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiTargetObjectFile.cpp59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp200 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal() function in TargetLoweringObjectFile
347 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp77 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in IsGlobalInSmallSection()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h113 static SectionKind getKindForGlobal(const GlobalObject *GO,
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDGlobalMerge.cpp696 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in run()
HDTargetLoweringObjectFileImpl.cpp1574 SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal(GO, TM); in getNameWithPrefix()
2354 SectionKind GOKind = getKindForGlobal(GO, TM); in getTargetSymbol()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp2797 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper()
3027 SectionKind GOKind = getObjFileLowering().getKindForGlobal(GO, TM); in doInitialization()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp1407 GVKind = TargetLoweringObjectFile::getKindForGlobal(&Global, Asm->TM); in processGlobals()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp340 .getKindForGlobal(Global, Asm->TM) in addLocationAttribute()
HDAsmPrinter.cpp756 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable()