Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
81 Asm.OutStreamer->switchSection(StrSection); in emit()
DDwarfFile.cpp100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
102 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1677 StringRef StrSection; member in __anoned0c38aa1011::DWARFObjInMemory
1698 .Case("debug_str", &StrSection) in mapSectionToMember()
2018 StringRef getStrSection() const override { return StrSection; } in getStrSection()