Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
102 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,
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp475 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument
525 else if (OutSection == StrSection) in handleSection()
544 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local
554 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write()
573 DWPStringPool Strings(Out, StrSection); in write()
605 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h69 const MCSection *StrSection, const MCSection *StrOffsetSection,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1609 StringRef StrSection; member in __anon445fd25e0f11::DWARFObjInMemory
1630 .Case("debug_str", &StrSection) in mapSectionToMember()
1950 StringRef getStrSection() const override { return StrSection; } in getStrSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1109 auto StrSection = BC.DwCtx->getDWARFObj().getStrSection(); in initialize() local
1110 (*StrStream) << StrSection; in initialize()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1362 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in writeDWP() local
1370 DWPStringPool Strings(*Streamer, StrSection); in writeDWP()