Searched refs:StrSection (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.cpp | 75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 81 Asm.OutStreamer->switchSection(StrSection); in emit()
|
| D | DwarfFile.cpp | 100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 102 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
| D | DwarfStringPool.h | 45 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
| D | DwarfFile.h | 140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFContext.cpp | 1677 StringRef StrSection; member in __anoned0c38aa1011::DWARFObjInMemory 1698 .Case("debug_str", &StrSection) in mapSectionToMember() 2018 StringRef getStrSection() const override { return StrSection; } in getStrSection()
|