Searched refs:StrSection (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 81 Asm.OutStreamer->switchSection(StrSection); in emit()
|
| H A D | DwarfFile.cpp | 100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 102 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
| H A D | DwarfStringPool.h | 45 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
| H A D | DwarfFile.h | 140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 475 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 D | DWP.h | 69 const MCSection *StrSection, const MCSection *StrOffsetSection,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1609 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 D | DebugData.cpp | 1109 auto StrSection = BC.DwCtx->getDWARFObj().getStrSection(); in initialize() local 1110 (*StrStream) << StrSection; in initialize()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1362 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in writeDWP() local 1370 DWPStringPool Strings(*Streamer, StrSection); in writeDWP()
|