/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 71 static SectionKind getKindForGlobal(const GlobalValue *GV, 87 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 79 static SectionKind getKindForGlobal(const GlobalValue *GV, 93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 50 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 59 return isGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in isGlobalInSmallSection()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 72 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMGlobalMerge.cpp | 190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal()) in doInitialization()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 122 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
|
/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 | 565 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSSLocal()) in doInitialization()
|
D | TargetLoweringObjectFileImpl.cpp | 798 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in getNameWithPrefix()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 280 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 399 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()
|