Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2135 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in create()
2176 bool UseExternalNames, FileSystem &ExternalFS) { in create()
2573 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in getVFSFromYAML()
2620 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in collectVFSFromYAML()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h955 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable