Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
H A DAsmPrinter.cpp523 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2231 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp72 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
81 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
H A DMCStreamer.cpp412 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
824 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
H A DMCELFStreamer.cpp93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
H A DMCObjectFileInfo.cpp1243 TextSec = getTextSection(); in getPCSection()
H A DMCAsmStreamer.cpp2571 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp309 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp198 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h266 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp794 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
1099 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp885 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp895 MCSection &TextSection = *OFI.getTextSection(); in finish()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp353 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1740 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
2893 OutStreamer->getContext().getObjectFileInfo()->getTextSection()); in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2707 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()