Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLoweringObjectFile.h71 static SectionKind getKindForGlobal(const GlobalValue *GV,
87 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h79 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/
DMBlazeTargetObjectFile.cpp50 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
/external/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp59 return isGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in isGlobalInSmallSection()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp72 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMGlobalMerge.cpp190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal()) in doInitialization()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp122 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp565 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSSLocal()) in doInitialization()
DTargetLoweringObjectFileImpl.cpp798 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in getNameWithPrefix()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp280 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp399 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in EmitGlobalVariable()