Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h85 static SectionKind getKindForGlobal(const GlobalValue *GV,
101 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp63 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp70 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
/external/llvm/lib/Target/
DTargetMachine.cpp179 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, *this); in getNameWithPrefix()
DTargetLoweringObjectFile.cpp133 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp324 if (TargetLoweringObjectFile::getKindForGlobal(I, *TM).isBSSLocal()) in doInitialization()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp376 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()