Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
81 Asm.OutStreamer->SwitchSection(StrSection); in emit()
H A DDwarfFile.cpp101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
103 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
H A DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
H A DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp469 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument
518 else if (OutSection == StrSection) in handleSection()
537 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local
547 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write()
566 DWPStringPool Strings(Out, StrSection); in write()
598 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h69 const MCSection *StrSection, const MCSection *StrOffsetSection,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1578 StringRef StrSection; member in __anond6a2cae20f11::DWARFObjInMemory
1599 .Case("debug_str", &StrSection) in mapSectionToMember()
1920 StringRef getStrSection() const override { return StrSection; } in getStrSection()