Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2440 File::getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P) { in getWithPath() function in File
2464 auto F = File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
2477 return File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
2492 auto ExternalFile = File::getWithPath( in openFileForRead()
2500 return File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h141 getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P);