Searched refs:getExternalContentsPath (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1293 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree() 1736 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath()); in status() 1737 assert(!S || S->getName() == F->getExternalContentsPath()); in status() 1800 auto Result = ExternalFS->openFileForRead(F->getExternalContentsPath()); in openFileForRead() 1829 return ExternalFS->getRealPath(F->getExternalContentsPath(), Output); in getRealPath() 1869 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 759 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function in __anon45e96e000711::RedirectingFileEntry 1100 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree() 1515 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath()); in status() 1516 assert(!S || S->getName() == F->getExternalContentsPath()); in status() 1565 auto Result = ExternalFS->openFileForRead(F->getExternalContentsPath()); in openFileForRead()
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1343 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree() 1820 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath()); in status() 1821 assert(!S || S->getName() == F->getExternalContentsPath()); in status() 1884 auto Result = ExternalFS->openFileForRead(F->getExternalContentsPath()); in openFileForRead() 1913 return ExternalFS->getRealPath(F->getExternalContentsPath(), Output); in getRealPath() 1953 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
|
/external/llvm-project/lldb/source/Host/common/ |
D | FileSystem.cpp | 494 return F->getExternalContentsPath().str(); in GetExternalPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 633 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 637 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
|