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

References

tools/dsymutil/DwarfLinker.cpp
 2743     if (!LinkContext.ObjectFile)
 2752       for (auto &CurrentUnit : LinkContext.CompileUnits)
 2754       Streamer->copyInvariantDebugSection(*LinkContext.ObjectFile);
 2756       for (auto &CurrentUnit : LinkContext.CompileUnits)
 2757         lookForDIEsToKeep(LinkContext.RelocMgr, LinkContext.Ranges,
 2757         lookForDIEsToKeep(LinkContext.RelocMgr, LinkContext.Ranges,
 2758                           LinkContext.CompileUnits,
 2760                           LinkContext.DMO, *CurrentUnit, 0);
 2766     LinkContext.RelocMgr.resetValidRelocs();
 2767     if (LinkContext.RelocMgr.hasValidRelocs() || LLVM_UNLIKELY(Options.Update))
 2768       DIECloner(*this, LinkContext.RelocMgr, DIEAlloc, LinkContext.CompileUnits,
 2768       DIECloner(*this, LinkContext.RelocMgr, DIEAlloc, LinkContext.CompileUnits,
 2770           .cloneAllCompileUnits(*LinkContext.DwarfContext, LinkContext.DMO,
 2770           .cloneAllCompileUnits(*LinkContext.DwarfContext, LinkContext.DMO,
 2771                                 LinkContext.Ranges, OffsetsStringPool,
 2772                                 LinkContext.DwarfContext->isLittleEndian());
 2773     if (!Options.NoOutput && !LinkContext.CompileUnits.empty() &&
 2776           LinkContext.DMO, LinkContext.Ranges, *LinkContext.DwarfContext,
 2776           LinkContext.DMO, LinkContext.Ranges, *LinkContext.DwarfContext,
 2776           LinkContext.DMO, LinkContext.Ranges, *LinkContext.DwarfContext,
 2777           LinkContext.CompileUnits[0]->getOrigUnit().getAddressByteSize());
 2780     endDebugObject(LinkContext);