Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp1211 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
1645 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath()); in status()
1646 assert(!S || S->getName() == F->getExternalContentsPath()); in status()
1709 auto Result = ExternalFS->openFileForRead(F->getExternalContentsPath()); in openFileForRead()
1738 return ExternalFS->getRealPath(F->getExternalContentsPath(), Output); in getRealPath()
1778 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h617 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function