Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2476 auto ExternalFile = File::getWithPath( in openFileForRead() local
2478 if (!ExternalFile) { in openFileForRead()
2480 isFileNotFound(ExternalFile.getError(), Result->E)) { in openFileForRead()
2487 return ExternalFile; in openFileForRead()
2490 auto ExternalStatus = (*ExternalFile)->status(); in openFileForRead()
2499 std::make_unique<FileWithFixedStatus>(std::move(*ExternalFile), S)); in openFileForRead()