Searched refs:TextSec (Results 1 – 6 of 6) sorted by relevance
1080 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()1085 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()1095 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()1099 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()1103 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()1115 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()1119 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()1123 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()1134 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()1138 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()[all …]
819 const MCSection *TextSec) { in getWinCFISection() argument821 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()824 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()851 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument854 TextSec); in getAssociatedPDataSection()857 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument860 TextSec); in getAssociatedXDataSection()
2231 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local2232 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
358 MCSection *getStackSizesSection(const MCSection &TextSec) const;360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;362 MCSection *getKCFITrapSection(const MCSection &TextSec) const;364 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;370 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
1053 MCSection *getAssociatedPDataSection(const MCSection *TextSec);1056 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()