Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1124 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1129 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1139 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1143 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1147 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1159 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1163 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()
1167 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()
1178 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1182 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()
[all …]
H A DMCStreamer.cpp836 const MCSection *TextSec) { in getWinCFISection() argument
838 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
841 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection()
868 MCSection *MCStreamer::getAssociatedPDataSection(const MCSection *TextSec) { in getAssociatedPDataSection() argument
871 TextSec); in getAssociatedPDataSection()
874 MCSection *MCStreamer::getAssociatedXDataSection(const MCSection *TextSec) { in getAssociatedXDataSection() argument
877 TextSec); in getAssociatedXDataSection()
H A DMCAsmStreamer.cpp2219 MCSection *TextSec = &CurFrame->Function->getSection(); in emitWinEHHandlerData() local
2220 MCSection *XData = getAssociatedXDataSection(TextSec); in emitWinEHHandlerData()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMachO.h53 if (auto *TextSec = G.findSectionByName(orc::MachOTextTextSectionName)) in getMachODefaultTextSection() local
54 return *TextSec; in getMachODefaultTextSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h362 MCSection *getStackSizesSection(const MCSection &TextSec) const;
364 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
366 MCSection *getKCFITrapSection(const MCSection &TextSec) const;
368 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;
374 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
H A DMCStreamer.h1044 MCSection *getAssociatedPDataSection(const MCSection *TextSec);
1047 MCSection *getAssociatedXDataSection(const MCSection *TextSec);
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp675 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers() local
676 if (!TextSec.isText()) in printLineNumbers()
682 *Obj, {TextSec.getAddress() + R.getOffset(), SectionIndex}); in printLineNumbers()