Home
last modified time | relevance | path

Searched defs:ExternalContentsPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h860 std::string ExternalContentsPath; variable
864 RemapEntry(EntryKind K, StringRef Name, StringRef ExternalContentsPath, in RemapEntry()
897 DirectoryRemapEntry(StringRef Name, StringRef ExternalContentsPath, in DirectoryRemapEntry()
909 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) in FileEntry()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1835 SmallString<256> ExternalContentsPath; in parseEntry() local