Searched refs:StrSection (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 103 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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 541 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument 598 else if (OutSection == StrSection) in handleSection() 654 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local 663 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write() 675 DWPStringPool Strings(Out, StrSection); in write() 702 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1578 StringRef StrSection; member in __anona8a913f90f11::DWARFObjInMemory 1599 .Case("debug_str", &StrSection) in mapSectionToMember() 1919 StringRef getStrSection() const override { return StrSection; } in getStrSection()
|