Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
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.cpp75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
81 Asm.OutStreamer->switchSection(StrSection); in emit()
H A DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
H A DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp484 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 DDWP.h69 const MCSection *StrSection, const MCSection *StrOffsetSection,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1677 StringRef StrSection; member in __anon00272cc51011::DWARFObjInMemory
1698 .Case("debug_str", &StrSection) in mapSectionToMember()
2018 StringRef getStrSection() const override { return StrSection; } in getStrSection()