Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1293 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h633 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function