/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 77 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/ |
D | TargetLoweringObjectFile.h | 91 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/ |
D | TargetLoweringObjectFile.h | 85 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/ |
D | TargetLoweringObjectFile.cpp | 251 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, in SectionForGlobal() function in TargetLoweringObjectFile
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 233 TargetLoweringObjectFile::SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function in TargetLoweringObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 243 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 116 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in EmitGlobalVariable()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 119 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM)); in EmitGlobalVariable()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 308 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/ |
D | ELFWriter.cpp | 215 (const MCSectionELF *)TLOF.SectionForGlobal(F, Mang, TM); in getTextSection() 369 (const MCSectionELF *)TLOF.SectionForGlobal(GV, Mang, TM); in EmitGlobal()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 799 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 428 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/ |
D | AsmPrinter.cpp | 510 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/ |
D | TargetLoweringObjectFileImpl.cpp | 997 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix()
|