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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  866     if (newFileName != oldFileName || newDirPath != oldDirPath) {
  872       oldDirPath = newDirPath;
  875       if (newDirPath.back() != '/') {
  877           file.ownedAllocations.Allocate<char>(newDirPath.size() + 2);
  878         memcpy(p, newDirPath.data(), newDirPath.size());
  878         memcpy(p, newDirPath.data(), newDirPath.size());
  879         p[newDirPath.size()] = '/';
  880         p[newDirPath.size() + 1] = '\0';
  881         newDirPath = p;
  885       _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newDirPath));