Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1029 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1033 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1043 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1047 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1051 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1063 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1067 MCObjectFileInfo::getPseudoProbeSection(const MCSection *TextSec) const { in getPseudoProbeSection()
1069 const auto *ElfSec = static_cast<const MCSectionELF *>(TextSec); in getPseudoProbeSection()
H A DMCStreamer.cpp788 const MCSection *TextSec) { in getWinCFISection() argument
790 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
793 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
820 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument
823 TextSec); in getAssociatedPDataSection()
826 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument
829 TextSec); in getAssociatedXDataSection()
H A DMCAsmStreamer.cpp2019 MCSection *TextSec = &CurFrame->Function->getSection(); in EmitWinEHHandlerData() local
2020 MCSection *XData = getAssociatedXDataSection(TextSec); in EmitWinEHHandlerData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h344 MCSection *getStackSizesSection(const MCSection &TextSec) const;
346 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
348 MCSection *getPseudoProbeSection(const MCSection *TextSec) const;
H A DMCStreamer.h1029 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1032 MCSection *getAssociatedXDataSection(const MCSection *TextSec);