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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  977       allocator = std::make_unique<BumpPtrAllocator>();
  978       tuOrErr->name = copyDebugString(tuOrErr->name, *allocator);
  979       tuOrErr->path = copyDebugString(tuOrErr->path, *allocator);
  983       file.debugInfo()->setAllocator(std::move(allocator));