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.h75 const MCSection *StrSection, const MCSection *StrOffsetSection,
91 MCSection *StrOffsetSection,
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp427 MCSection *StrOffsetSection, in writeStringsAndOffsets() argument
448 Out.switchSection(StrOffsetSection); in writeStringsAndOffsets()
555 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument
603 if (OutSection == StrOffsetSection) in handleSection()
626 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write() local
634 {"debug_str_offsets.dwo", {StrOffsetSection, DW_SECT_STR_OFFSETS}}, in write()
691 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
715 writeStringsAndOffsets(Out, Strings, StrOffsetSection, CurStrSection, in write()