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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  894         fullPath = file.ownedAllocations.Allocate<char>(pathBuf.size() + 1);
  895         memcpy(fullPath, pathBuf.c_str(), pathBuf.size() + 1);
  901       if (!llvm::sys::fs::status(fullPath, stat))
  906                                     modTime, fullPath));