Searched refs:TextSec (Results 1 – 6 of 6) sorted by relevance
1131 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()1146 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()1150 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()1166 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()1170 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()1185 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()1189 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()1193 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection()1242 if (!TextSec) in getPCSection()1243 TextSec = getTextSection(); in getPCSection()[all …]
822 const MCSection *TextSec) { in getWinCFISection() argument824 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()827 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()854 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument857 TextSec); in getAssociatedPDataSection()860 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument863 TextSec); in getAssociatedXDataSection()
2205 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local2206 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
357 MCSection *getStackSizesSection(const MCSection &TextSec) const;359 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;361 MCSection *getKCFITrapSection(const MCSection &TextSec) const;363 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;369 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
1087 MCSection *getAssociatedPDataSection(const MCSection *TextSec);1090 MCSection *getAssociatedXDataSection(const MCSection *TextSec);
673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers() local674 if (!TextSec.isText()) in printLineNumbers()680 *Obj, {TextSec.getAddress() + R.getOffset(), SectionIndex}); in printLineNumbers()