Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp76 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
103 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp74 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
83 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
H A DMCStreamer.cpp335 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
717 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
H A DMCELFStreamer.cpp93 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp250 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h237 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp585 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1264 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
1558 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1129 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp866 MCSection &TextSection = *OFI.getTextSection(); in finish()