Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2424 File::getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P) { in getWithPath() function in File
2448 auto F = File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
2461 return File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
2476 auto ExternalFile = File::getWithPath( in openFileForRead()
2484 return File::getWithPath(ExternalFS->openFileForRead(CanonicalPath), in openFileForRead()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h141 getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P);