Home
last modified time | relevance | path

Searched refs:SectionForGlobal (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLoweringObjectFile.h77 const MCSection *SectionForGlobal(const GlobalValue *GV,
84 const MCSection *SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function
87 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h91 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
97 MCSection *SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function
99 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h85 MCSection *SectionForGlobal(const GlobalValue *GV, SectionKind Kind,
91 MCSection *SectionForGlobal(const GlobalValue *GV, Mangler &Mang, in SectionForGlobal() function
93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp251 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, in SectionForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp233 TargetLoweringObjectFile::SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function in TargetLoweringObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp243 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp116 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in EmitGlobalVariable()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp119 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM)); in EmitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp308 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); in EmitGlobalVariable()
332 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); in EmitGlobalVariable()
422 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM)); in EmitFunctionHeader()
1052 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F,Mang,TM)); in EmitJumpTableInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp215 (const MCSectionELF *)TLOF.SectionForGlobal(F, Mang, TM); in getTextSection()
369 (const MCSectionELF *)TLOF.SectionForGlobal(GV, Mang, TM); in EmitGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp799 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp428 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable()
554 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp510 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable()
649 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(&F, TM)); in EmitFunctionHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp997 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix()