Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1436 Name, DR->getExternalContentsPath(), DR->getUseName())); in uniqueOverlayTree()
1444 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
1854 SmallString<256> Redirect(DRE->getExternalContentsPath()); in LookupResult()
1856 getExistingStyle(DRE->getExternalContentsPath())); in LookupResult()
2109 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries()
2119 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h662 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
729 return FE->getExternalContentsPath(); in getExternalRedirect()