Searched refs:VFS (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_001_pos.ksh64 if datasetexists $VFS/vol$i; then
65 log_must $ZFS destroy $VFS/vol$i
75 log_must $ZFS create -V $org_size $VFS/vol$i
81 /dev/zvol/$VFS/vol1 \
82 /dev/zvol/$VFS/vol2 \
83 /dev/zvol/$VFS/vol3
93 log_must $ZFS set volsize=$exp_size $VFS/vol$i
128 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_003_neg.ksh64 if datasetexists $VFS/vol$i; then
65 log_must $ZFS destroy $VFS/vol$i
75 log_must $ZFS create -V $org_size $VFS/vol$i
80 /dev/zvol/$VFS/vol1 \
81 /dev/zvol/$VFS/vol2 \
82 /dev/zvol/$VFS/vol3
92 log_must $ZFS set volsize=$exp_size $VFS/vol$i
118 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_002_pos.ksh65 if datasetexists $VFS/vol$i; then
66 log_must $ZFS destroy $VFS/vol$i
76 log_must $ZFS create -V $org_size $VFS/vol$i
81 /dev/zvol/$VFS/vol1 \
82 /dev/zvol/$VFS/vol2 \
83 /dev/zvol/$VFS/vol3
93 log_must $ZFS set volsize=$exp_size $VFS/vol$i
97 log_must $ZPOOL online -e $TESTPOOL1 /dev/zvol/$VFS/vol$i
132 log_must $ZFS set volsize=$org_size $VFS/vol$i
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp23 static Distro::DistroType DetectOsRelease(llvm::vfs::FileSystem &VFS) { argument
25 VFS.getBufferForFile("/etc/os-release");
27 File = VFS.getBufferForFile("/usr/lib/os-release");
51 static Distro::DistroType DetectLsbRelease(llvm::vfs::FileSystem &VFS) { argument
53 VFS.getBufferForFile("/etc/lsb-release");
102 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { argument
107 Version = DetectOsRelease(VFS);
112 Version = DetectLsbRelease(VFS);
118 VFS.getBufferForFile("/etc/redhat-release");
137 File = VFS
210 GetDistro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) argument
239 Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp19 llvm::vfs::FileSystem &VFS,
23 if (SSCL->createInternal(Paths, VFS, Error)) {
32 llvm::vfs::FileSystem &VFS) {
34 if (auto SSCL = create(Paths, VFS, Error))
18 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS, std::string &Error) argument
31 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS) argument
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,
51 if (PSCL->createInternal(Paths, VFS, Error))
58 llvm::vfs::FileSystem &VFS) {
60 if (auto PSCL = create(Paths, VFS, Error))
47 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS, std::string &Error) argument
57 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS) argument
H A DDarwinSDKInfo.cpp132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { argument
136 VFS.getBufferForFile(Filepath);
/freebsd-current/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-current/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-current/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h27 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS,
46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; member in class:clang::IncrementalCUDADeviceParser
H A DDeviceOffload.cpp31 HostParser(HostParser), VFS(FS) {
59 VFS->addFile(FatbinFileName, 0,
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h70 /// \param VFS An instance of vfs::FileSystem to be used for file
88 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
114 PreambleBounds Bounds, llvm::vfs::FileSystem &VFS) const;
117 /// main file to \p MainFileBuffer and updates \p VFS to ensure the preamble
125 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
132 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
171 /// Helper function to set up PCH for the preamble into \p CI and \p VFS to
174 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
177 /// Sets up the PreprocessorOptions and changes VFS, so that PCH stored in \p
183 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS);
[all...]
H A DASTUnit.h375 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
380 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild = true,
702 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS =
713 /// \param VFS - A llvm::vfs::FileSystem to be used for all file accesses.
715 /// so in order for it to be loaded correctly, VFS should have access to
723 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
821 /// \param VFS - A llvm::vfs::FileSystem to be used for all file accesses.
823 /// so in order for it to be loaded correctly, VFS should have access to
825 /// if \p VFS is nullptr.
850 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp63 getHighestNumericTupleInDirectory(llvm::vfs::FileSystem &VFS, argument
69 for (llvm::vfs::directory_iterator DirIt = VFS.dir_begin(Directory, EC),
72 auto Status = VFS.status(DirIt->path());
88 static bool getWindows10SDKVersionFromPath(llvm::vfs::FileSystem &VFS, argument
93 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath);
98 llvm::vfs::FileSystem &VFS, std::optional<llvm::StringRef> WinSdkDir,
116 SDKPath, getHighestNumericTupleInDirectory(VFS, SDKPath));
125 } else if (getWindows10SDKVersionFromPath(VFS, Path, Version)) {
390 Triple::ArchType TargetArch, vfs::FileSystem &VFS) {
394 return !VFS
97 getWindowsSDKDirViaCommandLine( llvm::vfs::FileSystem &VFS, std::optional<llvm::StringRef> WinSdkDir, std::optional<llvm::StringRef> WinSdkVersion, std::optional<llvm::StringRef> WinSysRoot, std::string &Path, int &Major, std::string &Version) argument
389 useUniversalCRT(ToolsetLayout VSLayout, const std::string &VCToolChainPath, Triple::ArchType TargetArch, vfs::FileSystem &VFS) argument
397 getWindowsSDKDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, std::optional<StringRef> WinSdkVersion, std::optional<StringRef> WinSysRoot, std::string &Path, int &Major, std::string &WindowsSDKIncludeVersion, std::string &WindowsSDKLibVersion) argument
452 getUniversalCRTSdkDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, std::optional<StringRef> WinSdkVersion, std::optional<StringRef> WinSysRoot, std::string &Path, std::string &UCRTVersion) argument
477 findVCToolChainViaCommandLine(vfs::FileSystem &VFS, std::optional<StringRef> VCToolsDir, std::optional<StringRef> VCToolsVersion, std::optional<StringRef> WinSysRoot, std::string &Path, ToolsetLayout &VSLayout) argument
504 findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path, ToolsetLayout &VSLayout) argument
613 findVCToolChainViaSetupConfig(vfs::FileSystem &VFS, std::optional<StringRef> VCToolsVersion, std::string &Path, ToolsetLayout &VSLayout) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp56 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) {
58 // so we create an in-memory VFS with just that and overlay it on top.
63 new llvm::vfs::OverlayFileSystem(VFS));
416 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
419 assert(VFS && "VFS is null");
483 VFS =
484 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS);
487 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS));
604 llvm::vfs::FileSystem &VFS) cons
54 createVFSOverlayForPreamblePCH(StringRef PCHFilename, std::unique_ptr<llvm::MemoryBuffer> PCHBuffer, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
412 Build( const CompilerInvocation &Invocation, const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, DiagnosticsEngine &Diagnostics, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, StringRef StoragePath, PreambleCallbacks &Callbacks) argument
712 AddImplicitPreamble( CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, llvm::MemoryBuffer *MainFileBuffer) const argument
719 OverridePreamble( CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, llvm::MemoryBuffer *MainFileBuffer) const argument
762 configurePreamble( PreambleBounds Bounds, CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, llvm::MemoryBuffer *MainFileBuffer) const argument
788 setupPreambleStorage( const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) argument
[all...]
H A DASTUnit.cpp158 llvm::vfs::FileSystem *VFS,
167 auto FileStatus = VFS->status(FilePath);
174 auto MPathStatus = VFS->status(MPath);
179 BufferOwner = valueOrNull(VFS->getBufferForFile(RF.second, -1, true, isVolatile));
190 auto MPathStatus = VFS->status(MPath);
204 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile));
795 bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) {
811 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
1133 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) {
1137 if (VFS
157 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, llvm::vfs::FileSystem *VFS, StringRef FilePath, bool isVolatile) argument
789 LoadFromASTFile( const std::string &Filename, const PCHContainerReader &PCHContainerRdr, WhatToLoad ToLoad, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, std::shared_ptr<HeaderSearchOptions> HSOpts, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1131 Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, std::unique_ptr<llvm::MemoryBuffer> OverrideMainBuffer, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1327 getMainBufferWithPrecompiledPreamble( std::shared_ptr<PCHContainerOperations> PCHContainerOps, CompilerInvocation &PreambleInvocationIn, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, unsigned MaxLines) argument
1523 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = local
1674 LoadFromCompilerInvocation( std::shared_ptr<PCHContainerOperations> PCHContainerOps, unsigned PrecompilePreambleAfterNParses, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1745 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool StorePreamblesInMemory, StringRef PreambleStoragePath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, bool RetainExcludedConditionalBlocks, std::optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1851 Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, ArrayRef<RemappedFile> RemappedFiles, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
2294 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = local
[all...]
H A DCreateInvocationFromCommandLine.cpp47 "clang LLVM compiler", Opts.VFS);
/freebsd-current/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp107 // Set up a VFS with only the virtual file visible.
108 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); local
109 VFS->addFile(Filename, /*ModificationTime=*/0,
112 VFS->addFile(
115 Clang->createFileManager(VFS);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); local
160 if (!findVCToolChainViaCommandLine(*VFS, std::nullopt, std::nullopt,
162 !findVCToolChainViaEnvironment(*VFS, VCToolChainPath, VSLayout) &&
163 !findVCToolChainViaSetupConfig(*VFS, {}, VCToolChainPath, VSLayout) &&
170 if (!getUniversalCRTSdkDir(*VFS, std::nullopt, std::nullopt, std::nullopt,
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h48 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h73 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
87 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h99 /// Detects the distribution using specified VFS.
100 explicit Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost);
H A DDriver.h80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; member in class:clang::driver::Driver
376 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
392 llvm::vfs::FileSystem &getVFS() const { return *VFS; }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h110 vfs::FileSystem &VFS, std::string &Error);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp108 vfs::FileSystem &VFS, std::string &Error) {
111 VFS.getBufferForFile(Path);
107 createInternal(const std::vector<std::string> &Paths, vfs::FileSystem &VFS, std::string &Error) argument

Completed in 241 milliseconds

12