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

References

tools/llvm-pdbutil/InputFile.cpp
  256   if (!llvm::sys::fs::exists(Path))
  257     return make_error<StringError>(formatv("File {0} not found", Path),
  261   if (auto EC = identify_magic(Path, Magic))
  263         formatv("Unable to identify file type for file {0}", Path), EC);
  266     Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(Path);
  277     if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session))
  288         formatv("File {0} is not a supported file type", Path),
  291   auto Result = MemoryBuffer::getFile(Path, -1LL, false);
  294         formatv("File {0} could not be opened", Path), Result.getError());