Home
last modified time | relevance | path

Searched refs:StrOffsetSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h76 const MCSection *StrSection, const MCSection *StrOffsetSection,
91 MCSection *StrOffsetSection,
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp430 MCSection *StrOffsetSection, in writeStringsAndOffsets() argument
451 Out.switchSection(StrOffsetSection); in writeStringsAndOffsets()
558 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument
606 if (OutSection == StrOffsetSection) in handleSection()
629 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write() local
637 {"debug_str_offsets.dwo", {StrOffsetSection, DW_SECT_STR_OFFSETS}}, in write()
694 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
718 writeStringsAndOffsets(Out, Strings, StrOffsetSection, CurStrSection, in write()