Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h78 static SectionKind getKindForGlobal(const GlobalValue *GV,
92 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/
DTargetLoweringObjectFile.cpp132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp553 if (TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSSLocal()) in doInitialization()
DTargetLoweringObjectFileImpl.cpp776 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in getNameWithPrefix()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp394 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()