Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1549 OS << " -> '" << RE->getExternalContentsPath() << "'"; in printEntry()
1724 Name, DR->getExternalContentsPath(), DR->getUseName())); in uniqueOverlayTree()
1732 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
2179 SmallString<256> Redirect(DRE->getExternalContentsPath()); in LookupResult()
2181 getExistingStyle(DRE->getExternalContentsPath())); in LookupResult()
2530 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries()
2540 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h806 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
873 return FE->getExternalContentsPath(); in getExternalRedirect()