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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  978       tuOrErr->name = copyDebugString(tuOrErr->name, *allocator);
  978       tuOrErr->name = copyDebugString(tuOrErr->name, *allocator);
  979       tuOrErr->path = copyDebugString(tuOrErr->path, *allocator);
  979       tuOrErr->path = copyDebugString(tuOrErr->path, *allocator);
  981     file.setDebugInfo(std::make_unique<DwarfDebugInfo>(std::move(*tuOrErr)));
  985     return tuOrErr.takeError();