Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDOcamlGCPrinter.cpp75 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
102 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
HDAsmPrinter.cpp514 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2236 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCWinCOFFStreamer.cpp82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
91 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
HDMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
821 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
HDMCELFStreamer.cpp59 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
HDMCObjectFileInfo.cpp1192 TextSec = getTextSection(); in getPCSection()
HDMCAsmStreamer.cpp2596 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFObjectWriter.cpp330 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCTargetDesc.cpp198 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectFileInfo.h267 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp798 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
1103 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp884 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp898 MCSection &TextSection = *OFI.getTextSection(); in finish()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp1966 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
3204 OutStreamer->getContext().getObjectFileInfo()->getTextSection()); in doFinalization()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUAsmPrinter.cpp370 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp2739 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()