Home
last modified time | relevance | path

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

/freebsd/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.cpp535 OutContext.getObjectFileInfo()->getTextSection()); in doInitialization()
541 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2379 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZTargetStreamer.cpp28 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp143 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
152 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
H A DMCELFStreamer.cpp57 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
H A DMCStreamer.cpp393 switchSectionNoPrint(getContext().getObjectFileInfo()->getTextSection()); in initSections()
838 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
H A DMCObjectFileInfo.cpp1236 TextSec = getTextSection(); in getPCSection()
H A DMCAsmStreamer.cpp2620 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h270 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp803 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
1132 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp529 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1261 OutStreamer->switchSection(getObjFileLowering().getTextSection(), in emitFunctionBodyEnd()
1567 OutStreamer->switchSection(getObjFileLowering().getTextSection(), in emitPPA2()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp925 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp951 MCSection &TextSection = *OFI.getTextSection(); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1146 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1944 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
3234 auto *Sec = OutContext.getObjectFileInfo()->getTextSection(); in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp493 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()