Home
last modified time | relevance | path

Searched refs:getWithPath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2370 File::getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P) { in getWithPath() function in File
2394 auto F = File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
2407 return File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
2422 auto ExternalFile = File::getWithPath( in openFileForRead()
2430 return File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h142 getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P);