Lines Matching refs:MCOFI
627 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()
641 {"debug_macro.dwo", {MCOFI.getDwarfMacroDWOSection(), DW_SECT_MACRO}}, in write()
642 {"debug_abbrev.dwo", {MCOFI.getDwarfAbbrevDWOSection(), DW_SECT_ABBREV}}, in write()
644 {MCOFI.getDwarfLoclistsDWOSection(), DW_SECT_LOCLISTS}}, in write()
646 {MCOFI.getDwarfRnglistsDWOSection(), DW_SECT_RNGLISTS}}, in write()
930 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()
941 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()