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.h842 std::string ExternalContentsPath; variable
846 RemapEntry(EntryKind K, StringRef Name, StringRef ExternalContentsPath, in RemapEntry()
879 DirectoryRemapEntry(StringRef Name, StringRef ExternalContentsPath, in DirectoryRemapEntry()
891 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) in FileEntry()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1822 SmallString<256> ExternalContentsPath; in parseEntry() local