Searched refs:getKindForGlobal (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 78 static SectionKind getKindForGlobal(const GlobalValue *GV, 92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 63 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 70 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 553 if (TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSSLocal()) in doInitialization()
|
D | TargetLoweringObjectFileImpl.cpp | 776 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in getNameWithPrefix()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 394 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()
|