Searched refs:SectionForGlobal (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 101 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind, 107 MCSection *SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function 109 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 246 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 114 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in EmitGlobalVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 531 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable() 667 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(&F, TM)); in EmitFunctionHeader() 1700 cast<MCSectionXCOFF>(getObjFileLowering().SectionForGlobal(&F, TM)); in SetupMachineFunction() 3253 MCSection *Section = getObjFileLowering().SectionForGlobal(&F, TM); in emitPatchableFunctionEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1646 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in EmitGlobalVariable() 1781 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)) in getMCSymbolForTOCPseudoMO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1209 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix()
|