Searched refs:StrSection (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| 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.cpp | 75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 81 Asm.OutStreamer->switchSection(StrSection); in emit()
|
| 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,
|
| /openbsd-src/gnu/llvm/llvm/lib/DWP/ |
| H A D | DWP.cpp | 484 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument 534 else if (OutSection == StrSection) in handleSection() 553 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local 563 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write() 582 DWPStringPool Strings(Out, StrSection); in write() 618 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 69 const MCSection *StrSection, const MCSection *StrOffsetSection,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1677 StringRef StrSection; member in __anon00272cc51011::DWARFObjInMemory 1698 .Case("debug_str", &StrSection) in mapSectionToMember() 2018 StringRef getStrSection() const override { return StrSection; } in getStrSection()
|