Searched refs:TextSec (Results 1 – 5 of 5) sorted by relevance
1105 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()1109 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()1119 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()1123 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()1127 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()1139 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()1143 MCObjectFileInfo::getPseudoProbeSection(const MCSection *TextSec) const { in getPseudoProbeSection()1145 const auto *ElfSec = static_cast<const MCSectionELF *>(TextSec); in getPseudoProbeSection()
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()
2102 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local2103 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
358 MCSection *getStackSizesSection(const MCSection &TextSec) const;360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;362 MCSection *getPseudoProbeSection(const MCSection *TextSec) const;
1074 MCSection *getAssociatedPDataSection(const MCSection *TextSec);1077 MCSection *getAssociatedXDataSection(const MCSection *TextSec);