Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1435 Name, DR->getExternalContentsPath(), DR->getUseName())); in uniqueOverlayTree()
1443 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
1853 SmallString<256> Redirect(DRE->getExternalContentsPath()); in LookupResult()
1855 getExistingStyle(DRE->getExternalContentsPath())); in LookupResult()
2108 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries()
2118 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h662 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
729 return FE->getExternalContentsPath(); in getExternalRedirect()