Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1567 OS << " -> '" << RE->getExternalContentsPath() << "'"; in printEntry()
1756 Name, DR->getExternalContentsPath(), DR->getUseName())); in uniqueOverlayTree()
1764 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
2235 SmallString<256> Redirect(DRE->getExternalContentsPath()); in LookupResult()
2237 getExistingStyle(DRE->getExternalContentsPath())); in LookupResult()
2602 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries()
2612 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h828 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
898 return FE->getExternalContentsPath(); in getExternalRedirect()