Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h76 const MCSection *StrSection, const MCSection *StrOffsetSection,
91 MCSection *StrOffsetSection,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp419 MCSection *StrOffsetSection, in writeStringsAndOffsets() argument
440 Out.switchSection(StrOffsetSection); in writeStringsAndOffsets()
534 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument
582 if (OutSection == StrOffsetSection) in handleSection()
605 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write() local
613 {"debug_str_offsets.dwo", {StrOffsetSection, DW_SECT_STR_OFFSETS}}, in write()
670 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
694 writeStringsAndOffsets(Out, Strings, StrOffsetSection, CurStrSection, in write()