Home
last modified time | relevance | path

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

123

/freebsd-14.2/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()
107 Version = DetectOsRelease(VFS); in DetectDistro()
112 Version = DetectLsbRelease(VFS); in DetectDistro()
118 VFS.getBufferForFile("/etc/redhat-release"); in DetectDistro()
137 File = VFS.getBufferForFile("/etc/debian_version"); in DetectDistro()
179 File = VFS.getBufferForFile("/etc/SuSE-release"); in DetectDistro()
204 if (VFS.exists("/etc/gentoo-release")) in DetectDistro()
236 return DetectDistro(VFS); in GetDistro()
[all …]
/freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_002_pos.ksh68 if datasetexists $VFS/vol$i; then
69 log_must $ZFS destroy $VFS/vol$i
79 log_must $ZFS create -V $org_size $VFS/vol$i
84 /dev/zvol/$VFS/vol1 \
85 /dev/zvol/$VFS/vol2 \
86 /dev/zvol/$VFS/vol3
96 log_must $ZFS set volsize=$exp_size $VFS/vol$i
100 log_must $ZPOOL online -e $TESTPOOL1 /dev/zvol/$VFS/vol$i
135 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_003_neg.ksh67 if datasetexists $VFS/vol$i; then
68 log_must $ZFS destroy $VFS/vol$i
78 log_must $ZFS create -V $org_size $VFS/vol$i
83 /dev/zvol/$VFS/vol1 \
84 /dev/zvol/$VFS/vol2 \
85 /dev/zvol/$VFS/vol3
95 log_must $ZFS set volsize=$exp_size $VFS/vol$i
121 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_001_pos.ksh67 if datasetexists $VFS/vol$i; then
68 log_must $ZFS destroy $VFS/vol$i
78 log_must $ZFS create -V $org_size $VFS/vol$i
84 /dev/zvol/$VFS/vol1 \
85 /dev/zvol/$VFS/vol2 \
86 /dev/zvol/$VFS/vol3
96 log_must $ZFS set volsize=$exp_size $VFS/vol$i
131 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand.cfg37 VFS=$TESTPOOL/$TESTFS
38 export VFS
/freebsd-14.2/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp63 getHighestNumericTupleInDirectory(llvm::vfs::FileSystem &VFS, in getHighestNumericTupleInDirectory() argument
72 auto Status = VFS.status(DirIt->path()); in getHighestNumericTupleInDirectory()
93 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath); in getWindows10SDKVersionFromPath()
394 return !VFS.exists(TestPath); in useUniversalCRT()
435 if (VFS.exists(TestPath)) { in getWindowsSDKDir()
452 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS, in getUniversalCRTSdkDir() argument
477 bool findVCToolChainViaCommandLine(vfs::FileSystem &VFS, in findVCToolChainViaCommandLine() argument
542 if (!VFS.exists(ExeTestPath)) in findVCToolChainViaEnvironment()
549 if (!VFS.exists(ExeTestPath)) in findVCToolChainViaEnvironment()
613 bool findVCToolChainViaSetupConfig(vfs::FileSystem &VFS, in findVCToolChainViaSetupConfig() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp63 new llvm::vfs::OverlayFileSystem(VFS)); in createVFSOverlayForPreamblePCH()
416 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build() argument
419 assert(VFS && "VFS is null"); in Build()
483 VFS = in Build()
640 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
659 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
704 if (auto Status = VFS.status(F.getKey())) { in CanReuse()
766 assert(VFS); in configurePreamble()
798 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
810 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
[all …]
H A DASTUnit.cpp167 auto FileStatus = VFS->status(FilePath); in getBufferForFileHandlingRemapping()
174 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
190 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
1137 if (VFS && FileMgr) in Parse()
1170 if (VFS && FileMgr && &FileMgr->getVirtualFileSystem() == VFS) in Parse()
1347 *VFS)) { in getMainBufferWithPrecompiledPreamble()
1681 assert(VFS && "VFS is null"); in LoadFromCompilerInvocation()
1764 if (!VFS) in LoadFromCommandLine()
1776 CIOpts.VFS = VFS; in LoadFromCommandLine()
1812 VFS = createVFSFromCompilerInvocation(*CI, *Diags, VFS); in LoadFromCommandLine()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h64 llvm::vfs::FileSystem &VFS);
67 bool getWindowsSDKDir(vfs::FileSystem &VFS,
75 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS,
83 vfs::FileSystem &VFS, std::optional<llvm::StringRef> VCToolsDir,
89 bool findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path,
99 findVCToolChainViaSetupConfig(vfs::FileSystem &VFS,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h88 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
114 PreambleBounds Bounds, llvm::vfs::FileSystem &VFS) const;
125 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
132 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
174 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
183 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS);
H A DASTUnit.h375 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
380 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild = true,
702 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS =
723 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
850 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
865 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp29 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS,
34 llvm::vfs::FileSystem &VFS);
48 llvm::vfs::FileSystem &VFS, in create() argument
51 if (PSCL->createInternal(Paths, VFS, Error)) in create()
58 llvm::vfs::FileSystem &VFS) { in createOrDie() argument
60 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.cpp132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo() argument
136 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
160 if (!findVCToolChainViaCommandLine(*VFS, std::nullopt, std::nullopt, in getMSVCToolchainPath()
162 !findVCToolChainViaEnvironment(*VFS, VCToolChainPath, VSLayout) && in getMSVCToolchainPath()
163 !findVCToolChainViaSetupConfig(*VFS, {}, VCToolChainPath, VSLayout) && in getMSVCToolchainPath()
170 if (!getUniversalCRTSdkDir(*VFS, std::nullopt, std::nullopt, std::nullopt, in getMSVCToolchainPath()
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp108 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
109 VFS->addFile(Filename, /*ModificationTime=*/0, in TestAST()
112 VFS->addFile( in TestAST()
115 Clang->createFileManager(VFS); in TestAST()
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-vfs-file_range.m47 dnl # 4.5: copy_file_range() syscall introduced, added to VFS
9 dnl # FICLONERANGE, added to VFS as clone_file_range()
10 dnl # 4.5: BTRFS_IOC_FILE_EXTENT_SAME renamed to FIDEDUPERANGE, added to VFS
13 dnl # 4.20: VFS clone_file_range() and dedupe_file_range() replaced by
16 dnl # 5.3: VFS copy_file_range() expected to do its own fallback,
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h27 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS,
46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; variable
/freebsd-14.2/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);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h73 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
87 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
/freebsd-14.2/tools/test/stress2/
H A Ddf.cfg6 # Only run these two test programs for VFS tests
H A Djeff.cfg6 # Only run these two test programs for VFS tests
H A Dudp.cfg6 # Only run these three test programs for VFS tests
H A Dvfs.cfg6 # Only run these three test programs for VFS tests
H A Dio.cfg6 # Only run these three test programs for VFS tests

123