Searched refs:getKindForGlobal (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 77 static SectionKind getKindForGlobal(const GlobalValue *GV, 93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 67 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 184 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, *this); in getNameWithPrefix()
|
D | TargetLoweringObjectFile.cpp | 132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 322 if (TargetLoweringObjectFile::getKindForGlobal(I, *TM).isBSSLocal()) in doInitialization()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 362 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()
|