reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-dwp/llvm-dwp.cpp
  507   MCSection *const StrSection = MCOFI.getDwarfStrDWOSection();
  508   MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection();
  509   MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection();
  510   MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection();
  511   MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection();
  513       {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}},
  514       {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_TYPES}},
  517       {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_LOC}},
  518       {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}},
  519       {"debug_abbrev.dwo", {MCOFI.getDwarfAbbrevDWOSection(), DW_SECT_ABBREV}},
  632   writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets,
  640   writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets,