Home
last modified time | relevance | path

Searched refs:getTextSection (Results 1 – 16 of 16) 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.cpp514 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2236 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
91 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
H A DMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
821 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
H A DMCELFStreamer.cpp59 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
H A DMCObjectFileInfo.cpp1192 TextSec = getTextSection(); in getPCSection()
H A DMCAsmStreamer.cpp2596 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp330 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h267 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp198 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp798 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
1103 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp884 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp898 MCSection &TextSection = *OFI.getTextSection(); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1966 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
3204 OutStreamer->getContext().getObjectFileInfo()->getTextSection()); in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp370 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2739 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()