Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp321 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 DTargetLoweringObjectFile.h119 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
125 MCSection *SectionForGlobal(const GlobalObject *GO,
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp113 OutStreamer->switchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp119 auto Section = getObjFileLowering().SectionForGlobal(&F, TM); in emitFunctionHeader()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1523 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 DPPCAsmPrinter.cpp2424 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 DAsmPrinter.cpp753 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
899 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()