Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1131 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1146 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1150 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1166 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1170 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()
1185 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1189 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()
1193 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection()
1242 if (!TextSec) in getPCSection()
1243 TextSec = getTextSection(); in getPCSection()
[all …]
H A DMCStreamer.cpp822 const MCSection *TextSec) { in getWinCFISection() argument
824 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
827 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
854 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument
857 TextSec); in getAssociatedPDataSection()
860 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument
863 TextSec); in getAssociatedXDataSection()
H A DMCAsmStreamer.cpp2205 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local
2206 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h357 MCSection *getStackSizesSection(const MCSection &TextSec) const;
359 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
361 MCSection *getKCFITrapSection(const MCSection &TextSec) const;
363 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;
369 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
H A DMCStreamer.h1087 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1090 MCSection *getAssociatedXDataSection(const MCSection *TextSec);
/freebsd-14.2/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()