Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp1565 OS << " -> '" << RE->getExternalContentsPath() << "'"; in printEntry()
1754 Name, DR->getExternalContentsPath(), DR->getUseName())); in uniqueOverlayTree()
1762 Name, FE->getExternalContentsPath(), FE->getUseName())); in uniqueOverlayTree()
2233 SmallString<256> Redirect(DRE->getExternalContentsPath()); in LookupResult()
2235 getExistingStyle(DRE->getExternalContentsPath())); in LookupResult()
2584 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries()
2594 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h828 StringRef getExternalContentsPath() const { return ExternalContentsPath; } in getExternalContentsPath() function
895 return FE->getExternalContentsPath(); in getExternalRedirect()