Home
last modified time | relevance | path

Searched refs:VFS (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp25 VFS.getBufferForFile("/etc/os-release"); in DetectOsRelease()
27 File = VFS.getBufferForFile("/usr/lib/os-release"); in DetectOsRelease()
53 VFS.getBufferForFile("/etc/lsb-release"); in DetectLsbRelease()
102 Version = DetectOsRelease(VFS); in DetectDistro()
107 Version = DetectLsbRelease(VFS); in DetectDistro()
113 VFS.getBufferForFile("/etc/redhat-release"); in DetectDistro()
132 File = VFS.getBufferForFile("/etc/debian_version"); in DetectDistro()
168 File = VFS.getBufferForFile("/etc/SuSE-release"); in DetectDistro()
193 if (VFS.exists("/etc/gentoo-release")) in DetectDistro()
225 return DetectDistro(VFS); in GetDistro()
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_002_pos.ksh70 if datasetexists $VFS/vol$i; then
71 log_must $ZFS destroy $VFS/vol$i
81 log_must $ZFS create -V $org_size $VFS/vol$i
86 /dev/zvol/$VFS/vol1 \
87 /dev/zvol/$VFS/vol2 \
88 /dev/zvol/$VFS/vol3
98 log_must $ZFS set volsize=$exp_size $VFS/vol$i
102 log_must $ZPOOL online -e $TESTPOOL1 /dev/zvol/$VFS/vol$i
137 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_003_neg.ksh69 if datasetexists $VFS/vol$i; then
70 log_must $ZFS destroy $VFS/vol$i
80 log_must $ZFS create -V $org_size $VFS/vol$i
85 /dev/zvol/$VFS/vol1 \
86 /dev/zvol/$VFS/vol2 \
87 /dev/zvol/$VFS/vol3
97 log_must $ZFS set volsize=$exp_size $VFS/vol$i
123 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_001_pos.ksh69 if datasetexists $VFS/vol$i; then
70 log_must $ZFS destroy $VFS/vol$i
80 log_must $ZFS create -V $org_size $VFS/vol$i
86 /dev/zvol/$VFS/vol1 \
87 /dev/zvol/$VFS/vol2 \
88 /dev/zvol/$VFS/vol3
98 log_must $ZFS set volsize=$exp_size $VFS/vol$i
133 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand.cfg39 VFS=$TESTPOOL/$TESTFS
40 export VFS
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp66 new llvm::vfs::OverlayFileSystem(VFS)); in createVFSOverlayForPreamblePCH()
315 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build() argument
318 assert(VFS && "VFS is null"); in Build()
383 VFS = in Build()
534 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
553 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
598 if (auto Status = VFS.status(F.getKey())) { in CanReuse()
795 assert(VFS); in configurePreamble()
824 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
836 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
[all …]
H A DASTUnit.cpp169 auto FileStatus = VFS->status(FilePath); in getBufferForFileHandlingRemapping()
176 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
192 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
1104 if (VFS && FileMgr) in Parse()
1136 if (VFS && FileMgr && &FileMgr->getVirtualFileSystem() == VFS) in Parse()
1314 *VFS)) { in getMainBufferWithPrecompiledPreamble()
1647 assert(VFS && "VFS is null"); in LoadFromCompilerInvocation()
1769 if (!VFS) in LoadFromCommandLine()
1770 VFS = llvm::vfs::getRealFileSystem(); in LoadFromCommandLine()
1771 VFS = createVFSFromCompilerInvocation(*CI, *Diags, VFS); in LoadFromCommandLine()
[all …]
H A DCreateInvocationFromCommandLine.cpp31 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool ShouldRecoverOnErorrs, in createInvocationFromCommandLine() argument
49 "clang LLVM compiler", VFS); in createInvocationFromCommandLine()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp28 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS,
33 llvm::vfs::FileSystem &VFS);
47 llvm::vfs::FileSystem &VFS, in create() argument
50 if (PSCL->createInternal(Paths, VFS, Error)) in create()
57 llvm::vfs::FileSystem &VFS) { in createOrDie() argument
59 if (auto PSCL = create(Paths, VFS, Error)) in createOrDie()
H A DSanitizerSpecialCaseList.cpp19 llvm::vfs::FileSystem &VFS, in create() argument
23 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
32 llvm::vfs::FileSystem &VFS) { in createOrDie() argument
34 if (auto SSCL = create(Paths, VFS, Error)) in createOrDie()
H A DDarwinSDKInfo.cpp111 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo() argument
115 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h85 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
109 PreambleBounds Bounds, llvm::vfs::FileSystem &VFS) const;
120 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
127 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
236 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
245 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS);
H A DASTUnit.h372 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
377 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild = true,
719 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
838 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
853 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
H A DUtils.h224 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp66 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() argument
67 auto Status = VFS.status(Path); in canExecute()
87 auto Status = VFS.status(DirIt->path()); in getHighestNumericTupleInDirectory()
172 if (!VFS.exists(ExeTestPath)) in findVCToolChainViaEnvironment()
179 if (!VFS.exists(ExeTestPath)) in findVCToolChainViaEnvironment()
328 auto Status = VFS.status(ToolchainPath); in findVCToolChainViaSetupConfig()
998 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath); in getWindows10SDKVersionFromPath()
1044 if (getWindowsSDKDirViaCommandLine(VFS, Args, Path, Major, in getWindowsSDKDir()
1075 if (VFS.exists(TestPath)) { in getWindowsSDKDir()
1139 static bool getUniversalCRTSdkDir(llvm::vfs::FileSystem &VFS, in getUniversalCRTSdkDir() argument
[all …]
H A DGnu.cpp972 llvm::vfs::FileSystem &VFS; member in __anon2f6cd6160111::FilterNonExistent
976 : Base(Base), File(File), VFS(VFS) {} in FilterNonExistent()
978 return !VFS.exists(Base + M.gccSuffix() + File); in operator ()()
1139 if (VFS.exists(Path + "/mips-r6")) in findMipsAndroidMultilibs()
1141 else if (VFS.exists(Path + "/32")) in findMipsAndroidMultilibs()
1961 auto &VFS = D.getVFS(); in init() local
1962 if (!VFS.exists(Prefix)) in init()
1966 if (!VFS.exists(LibDir)) in init()
1969 bool GCCDirExists = VFS.exists(LibDir + "/gcc"); in init()
1984 if (!VFS.exists(LibDir)) in init()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h35 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS,
40 llvm::vfs::FileSystem &VFS);
H A DDarwinSDKInfo.h152 Expected<Optional<DarwinSDKInfo>> parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h62 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
315 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
329 llvm::vfs::FileSystem &getVFS() const { return *VFS; } in getVFS()
H A DDistro.h93 explicit Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost);
/freebsd-13.1/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dexports9 # but this is enough for the current VFS level tests.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp100 vfs::FileSystem &VFS, std::string &Error) { in createInternal() argument
104 VFS.getBufferForFile(Path); in createInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp78 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver() argument
81 *Diagnostics, "clang LLVM compiler", std::move(VFS)); in newDriver()
203 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs() argument
211 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h110 vfs::FileSystem &VFS, std::string &Error);
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-mkdir.m425 dnl # The VFS .create, .mkdir and .mknod callbacks were updated to take a

12