Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
81 Asm.OutStreamer->SwitchSection(StrSection); in emit()
H A DDwarfFile.cpp101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
103 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
H A DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
H A DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp541 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 DDWARFContext.cpp1578 StringRef StrSection; member in __anona8a913f90f11::DWARFObjInMemory
1599 .Case("debug_str", &StrSection) in mapSectionToMember()
1919 StringRef getStrSection() const override { return StrSection; } in getStrSection()