Searched refs:SectionForGlobal (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 321 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile 350 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function in TargetLoweringObjectFile 352 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 119 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind, 125 MCSection *SectionForGlobal(const GlobalObject *GO,
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 113 OutStreamer->switchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 119 auto Section = getObjFileLowering().SectionForGlobal(&F, TM); in emitFunctionHeader()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1523 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() 2251 SectionForGlobal(GVar, SectionKind::getData(), TM)) in getTargetSymbol() 2265 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM)) in getTargetSymbol()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2424 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper() 2596 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)); in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 753 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() 899 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
|