Searched refs:getTextSection (Results 1 – 10 of 10) sorted by relevance
76 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()103 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
74 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()83 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
335 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()717 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
93 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
250 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
237 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
585 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
1264 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()1558 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
1129 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
866 MCSection &TextSection = *OFI.getTextSection(); in finish()