Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h345 MCSection *getStackSizesSection(const MCSection &TextSec) const;
347 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
349 MCSection *getPseudoProbeSection(const MCSection *TextSec) const;
H A DMCStreamer.h1038 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1041 MCSection *getAssociatedXDataSection(const MCSection *TextSec);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1038 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1042 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1052 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1056 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1060 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1072 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1076 MCObjectFileInfo::getPseudoProbeSection(const MCSection *TextSec) const { in getPseudoProbeSection()
1078 const auto *ElfSec = static_cast<const MCSectionELF *>(TextSec); in getPseudoProbeSection()
H A DMCStreamer.cpp801 const MCSection *TextSec) { in getWinCFISection() argument
803 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
806 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
833 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument
836 TextSec); in getAssociatedPDataSection()
839 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument
842 TextSec); in getAssociatedXDataSection()
H A DMCAsmStreamer.cpp2061 MCSection *TextSec = &CurFrame->Function->getSection(); in EmitWinEHHandlerData() local
2062 MCSection *XData = getAssociatedXDataSection(TextSec); in EmitWinEHHandlerData()