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

References

tools/lld/lib/Core/Resolver.cpp
  226       llvm::errs() << "Cannot open " + file->path()
  231                     llvm::dbgs() << "Loaded file: " << file->path() << "\n");
  255         llvm::errs() << "Error in " + file->path() << ": ";
  269         llvm::errs() << "Error in " + file->path() << ": ";
  282         llvm::errs() << "Error in " + file->path() << ": ";
  427       llvm::errs() << "Undefined symbol: " << undef->file().path()
tools/lld/lib/Core/SymbolTable.cpp
  169                    << existing->file().path()
  173                    << newAtom.file().path()
tools/lld/lib/Driver/DarwinLdDriver.cpp
  107       return makeErrorFile(file->path(), ec);
tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  138     llvm::dbgs() << "  file=" << atom->file().path()
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  774   if (!dylib->path().equals(dylib->installName()))
  775     _pathToDylibMap[dylib->path()] = dylib;
  941   StringRef objName = objFile->path();
 1036     return llvm::make_error<GenericError>(file.path() +
 1046     return llvm::make_error<GenericError>(file.path() +
 1063         return llvm::make_error<GenericError>(file.path() +
 1075         return llvm::make_error<GenericError>(file.path() +
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  891         SmallString<1024> pathBuf(atomFile.path());
 1246         depInfo.currentVersion = _ctx.dylibCurrentVersion(dylib->path());
 1247         depInfo.compatVersion = _ctx.dylibCompatVersion(dylib->path());
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  742                    file.path());
  749                    Twine::utohexstr(stabSym.value) + " in " + file.path());
  781                    " in " + file.path());
  965                                           file.path() + ": too small");
  969                                           file.path());
  972                                   *debugStrings, file.path())) {
 1371                                           " in file " + file.path() +
 1379                                           " in file " + file.path() +
 1387                                           " in file " + file.path() +
 1434                           << file->path() << "\n");
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  577         : ArchiveLibraryFile(file->path()), _path(file->path()) {
  577         : ArchiveLibraryFile(file->path()), _path(file->path()) {
  634         : File(file->path(), kindNormalizedObject), _io(io),
  635           _rnb(new RefNameBuilder(*file)), _path(file->path()),
tools/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
   37       return cast<FileNode>(&node)->getFile()->path();