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

References

tools/dsymutil/dsymutil.cpp
  419   if (Path.empty())
  420     Path = DwarfFile + ".dSYM";
  422     if (auto E = createBundleDir(Path))
  424     if (auto E = createPlistFile(DwarfFile, Path, Options.Toolchain))
  428   sys::path::append(Path, "Contents", "Resources");
  429   std::string ResourceDir = Path.str();
  430   sys::path::append(Path, "DWARF", sys::path::filename(DwarfFile));
  431   return OutputLocation(Path.str(), ResourceDir);