Searched refs:TextSec (Results 1 – 7 of 7) sorted by relevance
1124 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()1129 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()1139 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()1143 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()1147 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()1159 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()1163 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()1167 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()1178 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()1182 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()[all …]
836 const MCSection *TextSec) { in getWinCFISection() argument838 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()841 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()868 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument871 TextSec); in getAssociatedPDataSection()874 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument877 TextSec); in getAssociatedXDataSection()
2219 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local2220 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
53 if (auto *TextSec = G.findSectionByName(orc::MachOTextTextSectionName)) in getMachODefaultTextSection() local54 return *TextSec; in getMachODefaultTextSection()
362 MCSection *getStackSizesSection(const MCSection &TextSec) const;364 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;366 MCSection *getKCFITrapSection(const MCSection &TextSec) const;368 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;374 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
1044 MCSection *getAssociatedPDataSection(const MCSection *TextSec);1047 MCSection *getAssociatedXDataSection(const MCSection *TextSec);
675 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers() local676 if (!TextSec.isText()) in printLineNumbers()682 *Obj, {TextSec.getAddress() + R.getOffset(), SectionIndex}); in printLineNumbers()