Home
last modified time | relevance | path

Searched refs:vfs (Results 126 – 150 of 209) sorted by relevance

123456789

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp387 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in collectModuleHeaderIncludes()
389 for (llvm::vfs::recursive_directory_iterator Dir(FS, DirNative, EC), End; in collectModuleHeaderIncludes()
785 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in BeginSourceFile()
786 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), in BeginSourceFile()
H A DCompilerInstance.cpp160 llvm::vfs::FileSystem &CompilerInstance::getVirtualFileSystem() const { in getVirtualFileSystem()
246 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in collectIncludePCH()
248 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; in collectIncludePCH()
268 SmallVector<llvm::vfs::YAMLVFSEntry, 16> VFSEntries; in collectVFSEntries()
274 llvm::vfs::collectVFSFromYAML(std::move(Buffer.get()), in collectVFSEntries()
378 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh55 if [ $(id -u) -ne 0 -a $(sysctl -n vfs.generic.usermount) -eq 0 ]
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp28 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS, in IncrementalCUDADeviceParser()
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am93 %D%/os/freebsd/sys/vfs.h \
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc81 #define STATVFS_F_FRSIZE(vfs) vfs.f_frsize
97 #include <sys/vfs.h>
111 #define STATVFS_F_FRSIZE(vfs) static_cast<uint64_t>(vfs.f_bsize)
116 #define STATVFS_F_FLAG(vfs) (vfs).f_flag
118 #define STATVFS_F_FLAG(vfs) (vfs).f_flags
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2059 sub vfs { subroutine
2064 vfs(@_,3,0);
2067 vfs(@_,3,8);
2422 vfs(@_,2,0);
2425 vfs(@_,2,8);
2428 vfs(@_,4,8);
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp19 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) in DependencyScanningTool()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h54 namespace vfs {
304 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS; // Only used for debug info.
611 CodeGenModule(ASTContext &C, IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS,
741 const IntrusiveRefCntPtr<llvm::vfs::FileSystem> &getFileSystem() const { in getFileSystem()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h51 namespace vfs {
150 IntrusiveRefCntPtr<vfs::FileSystem> FS)
298 IntrusiveRefCntPtr<vfs::FileSystem> FS;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp415 llvm::vfs::directory_iterator Iter = fs.DirBegin(SearchDir, EC); in DiskFilesOrDirectories()
416 llvm::vfs::directory_iterator End; in DiskFilesOrDirectories()
419 llvm::ErrorOr<llvm::vfs::Status> Status = fs.GetStatus(Entry.path()); in DiskFilesOrDirectories()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h44 namespace vfs {
246 llvm::vfs::FileSystem &getVFS() const;
/freebsd/sys/kern/
H A Dkern_rangelock.c54 SYSINIT(vfs, SI_SUB_LOCK, SI_ORDER_ANY, rangelock_sys_init, NULL);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp168 auto FS = vfs::getRealFileSystem(); in doInitialization()
/freebsd/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am71 %D%/spl/sys/vfs.h \
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp484 if (ctx.config.vfs) in findFile()
485 if (auto statOrErr = ctx.config.vfs->status(filename)) in findFile()
578 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot()
1404 static std::unique_ptr<llvm::vfs::FileSystem>
1406 using namespace llvm::vfs; in getVFS()
1418 if (auto ret = vfs::getVFSFromYAML(std::move(*bufOrErr), in getVFS()
1483 config->vfs = getVFS(args); in linkerMain()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp585 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements()
586 new llvm::vfs::InMemoryFileSystem); in applyAllReplacements()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp302 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in diagnoseMissingHeaderInUmbrellaDir()
304 for (llvm::vfs::recursive_directory_iterator Entry(FS, Dir->getName(), EC), in diagnoseMissingHeaderInUmbrellaDir()
H A DHeaderSearch.cpp1854 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in collectAllModules()
1855 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), in collectAllModules()
1918 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in loadSubdirectoryModuleMaps()
1919 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; in loadSubdirectoryModuleMaps()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp48 for (llvm::vfs::directory_iterator File = D.getVFS().dir_begin(Cand.Path, EC), in findSPACKPackage()
83 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(Path, EC), LE; in scanLibDevicePath()
290 for (llvm::vfs::directory_iterator in getInstallationPathCandidates()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h432 struct ixgbe_vf *vfs; member
/freebsd/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am105 %D%/spl/sys/vfs.h \
/freebsd/sys/fs/tarfs/
H A Dtarfs_io.c631 (void)getnewvnode("tarfsz", tmp->vfs, &tarfs_znodeops, &zvp); in tarfs_zio_init()
634 zvp->v_mount = tmp->vfs; in tarfs_zio_init()
/freebsd/contrib/kyua/m4/
H A Dfs.m4120 AC_CHECK_HEADERS([sys/mount.h sys/statvfs.h sys/vfs.h])
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp593 auto FS = vfs::getRealFileSystem(); in overlapInput()
668 auto FS = vfs::getRealFileSystem(); in loadInput()
1317 auto FS = vfs::getRealFileSystem(); in supplementInstrProfile()
1450 auto FS = vfs::getRealFileSystem(); in mergeSampleProfile()
2552 auto FS = vfs::getRealFileSystem(); in loadProfiles()
2694 auto FS = vfs::getRealFileSystem(); in showInstrProfile()
3071 auto FS = vfs::getRealFileSystem(); in showSampleProfile()
3211 auto FS = vfs::getRealFileSystem(); in order_main()

123456789