Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1109 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 …]
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.cpp2135 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local
2136 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h354 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;
H A DMCStreamer.h1076 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1079 MCSection *getAssociatedXDataSection(const MCSection *TextSec);