Searched refs:TextSec (Results 1 – 5 of 5) sorted by relevance
1109 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()1114 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()1124 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()1128 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()1132 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()1144 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()1148 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()1152 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()1163 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()1167 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()[all …]
814 const MCSection *TextSec) { in getWinCFISection() argument816 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()819 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()846 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument849 TextSec); in getAssociatedPDataSection()852 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument855 TextSec); in getAssociatedXDataSection()
2135 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local2136 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
354 MCSection *getStackSizesSection(const MCSection &TextSec) const;356 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;358 MCSection *getKCFITrapSection(const MCSection &TextSec) const;360 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;366 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
1076 MCSection *getAssociatedPDataSection(const MCSection *TextSec);1079 MCSection *getAssociatedXDataSection(const MCSection *TextSec);