Searched refs:getRedirectedFileStatus (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 1503 static Status getRedirectedFileStatus(const Twine &Path, bool UseExternalNames, in getRedirectedFileStatus() function 1518 return getRedirectedFileStatus(Path, F->useExternalName(UseExternalNames), in status() 1574 Status S = getRedirectedFileStatus(Path, F->useExternalName(UseExternalNames), in openFileForRead()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1723 static Status getRedirectedFileStatus(const Twine &Path, bool UseExternalNames, in getRedirectedFileStatus() function 1739 return getRedirectedFileStatus(Path, F->useExternalName(UseExternalNames), in status() 1809 Status S = getRedirectedFileStatus(Path, F->useExternalName(UseExternalNames), in openFileForRead()
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1807 static Status getRedirectedFileStatus(const Twine &Path, bool UseExternalNames, in getRedirectedFileStatus() function 1823 return getRedirectedFileStatus(Path, F->useExternalName(UseExternalNames), in status() 1893 Status S = getRedirectedFileStatus(Path, F->useExternalName(UseExternalNames), in openFileForRead()
|