Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h69 const MCSection *StrSection, const MCSection *StrOffsetSection,
84 MCSection *StrOffsetSection,
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp361 MCSection *StrOffsetSection, in writeStringsAndOffsets() argument
382 Out.switchSection(StrOffsetSection); in writeStringsAndOffsets()
475 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument
523 if (OutSection == StrOffsetSection) in handleSection()
545 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write() local
553 {"debug_str_offsets.dwo", {StrOffsetSection, DW_SECT_STR_OFFSETS}}, in write()
605 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
629 writeStringsAndOffsets(Out, Strings, StrOffsetSection, CurStrSection, in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1363 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in writeDWP() local
1490 writeStringsAndOffsets(*Streamer.get(), Strings, StrOffsetSection, in writeDWP()