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

References

tools/dsymutil/DwarfLinker.cpp
 2561       updateAccelKind(*LC.DwarfContext);
 2651     if (!LinkContext.DwarfContext)
 2658         LinkContext.DwarfContext->getNumCompileUnits());
 2660     for (const auto &CU : LinkContext.DwarfContext->compile_units()) {
 2674                                 LinkContext.DwarfContext->isLittleEndian());
 2700     if (!LinkContext.ObjectFile || !LinkContext.DwarfContext)
 2703     for (const auto &CU : LinkContext.DwarfContext->compile_units()) {
 2770           .cloneAllCompileUnits(*LinkContext.DwarfContext, LinkContext.DMO,
 2772                                 LinkContext.DwarfContext->isLittleEndian());
 2776           LinkContext.DMO, LinkContext.Ranges, *LinkContext.DwarfContext,
tools/dsymutil/DwarfLinker.h
  160       DwarfContext = ObjectFile ? DWARFContext::create(*ObjectFile) : nullptr;
  166       DwarfContext.reset(nullptr);