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

References

tools/dsymutil/DwarfLinker.cpp
 2560     if (LC.ObjectFile)
 2633     if (!LinkContext.ObjectFile)
 2640             *LinkContext.ObjectFile, LinkContext.DMO)) {
 2646       LinkContext.ObjectFile = nullptr;
 2700     if (!LinkContext.ObjectFile || !LinkContext.DwarfContext)
 2743     if (!LinkContext.ObjectFile)
 2754       Streamer->copyInvariantDebugSection(*LinkContext.ObjectFile);
tools/dsymutil/DwarfLinker.h
  155         ObjectFile = nullptr;
  159       ObjectFile = ErrOrObj ? &*ErrOrObj : nullptr;
  160       DwarfContext = ObjectFile ? DWARFContext::create(*ObjectFile) : nullptr;
  160       DwarfContext = ObjectFile ? DWARFContext::create(*ObjectFile) : nullptr;