Home
last modified time | relevance | path

Searched refs:TextSec (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1105 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()
H A DMCStreamer.cpp814 const MCSection *TextSec) { in getWinCFISection() argument
816 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() argument
849 TextSec); in getAssociatedPDataSection()
852 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument
855 TextSec); in getAssociatedXDataSection()
H A DMCAsmStreamer.cpp2102 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local
2103 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h358 MCSection *getStackSizesSection(const MCSection &TextSec) const;
360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
362 MCSection *getPseudoProbeSection(const MCSection *TextSec) const;
H A DMCStreamer.h1074 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1077 MCSection *getAssociatedXDataSection(const MCSection *TextSec);