Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1591 OS << " -> '" << RE->getExternalContentsPath() << "'"; in printEntry()
1787 Name, DR->getExternalContentsPath(), DR->getUseName())); in uniqueOverlayTree()
1795 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
2266 SmallString<256> Redirect(DRE->getExternalContentsPath()); in LookupResult()
2268 getExistingStyle(DRE->getExternalContentsPath())); in LookupResult()
2683 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries()
2693 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h852 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
922 return FE->getExternalContentsPath(); in getExternalRedirect()