Home
last modified time | relevance | path

Searched refs:getTextSection (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp75 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
102 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp73 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
H A DMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
816 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
H A DMCELFStreamer.cpp93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
H A DMCAsmStreamer.cpp2463 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp102 MCSection *Section = C.MOFI->getTextSection(); in emitDebugLineSection()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFExpressionCopyBytesTest.cpp136 MCSection *Section = C.MOFI->getTextSection(); in emitObjFile()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp203 BC.getTextSection()->setAlignment(Align(opts::AlignText)); in emitAll()
252 Streamer.switchSection(BC.getTextSection()); in emitFunctions()
265 Streamer.switchSection(BC.getTextSection()); in emitFunctions()
H A DBinaryContext.cpp2190 MCSection *Section = MCEInstance.LocalMOFI->getTextSection(); in calculateEmittedSize()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h267 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp198 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp832 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
1137 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h858 MCSection *getTextSection() const { return MOFI->getTextSection(); } in getTextSection() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp706 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp357 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1611 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
2709 OutStreamer->getContext().getObjectFileInfo()->getTextSection()); in doFinalization()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp895 MCSection &TextSection = *OFI.getTextSection(); in finish()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2599 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()