Searched refs:getKindForGlobal (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp54 // section kind using getKindForGlobal() is only allowed for global
59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp140 /// getKindForGlobal - This is a top-level target-independent classifier for
144 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, function in class:TargetLoweringObjectFile
282 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp72 // section kind using getKindForGlobal() is only allowed for global
77 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h100 static SectionKind getKindForGlobal(const GlobalObject *GO,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp645 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS())
H A DTargetLoweringObjectFileImpl.cpp1355 SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal(GO, TM);
1990 SectionKind GOKind = getKindForGlobal(GO, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1691 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM);
1794 SectionKind GOKind = getObjFileLowering().getKindForGlobal(GO, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp509 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);

Completed in 181 milliseconds