Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp627 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write() local
628 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write()
629 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write()
630 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write()
631 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write()
632 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write()
633 MCSection *const InfoSection = MCOFI.getDwarfInfoDWOSection(); in write()
636 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_EXT_TYPES}}, in write()
639 {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_EXT_LOC}}, in write()
640 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write()
[all …]