Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1080 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1085 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1095 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1099 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1103 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1115 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1119 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()
1123 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()
1134 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1138 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()
[all …]
H A DMCStreamer.cpp819 const MCSection *TextSec) { in getWinCFISection() argument
821 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
824 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
851 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument
854 TextSec); in getAssociatedPDataSection()
857 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument
860 TextSec); in getAssociatedXDataSection()
H A DMCAsmStreamer.cpp2231 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local
2232 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h358 MCSection *getStackSizesSection(const MCSection &TextSec) const;
360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
362 MCSection *getKCFITrapSection(const MCSection &TextSec) const;
364 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;
370 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
H A DMCStreamer.h1053 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1056 MCSection *getAssociatedXDataSection(const MCSection *TextSec);
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers() local
674 if (!TextSec.isText()) in printLineNumbers()
680 *Obj, {TextSec.getAddress() + R.getOffset(), SectionIndex}); in printLineNumbers()