Home
last modified time | relevance | path

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

/external/clang/test/Modules/
Ddependency-dump.m1 // Check that we can dump all of the headers a module depends on, and a VFS map
8 // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml
9 // VFS: 'name': "SubFramework.h"
10 // VFS: 'name': "Treasure.h"
11 // VFS: 'name': "Module.h"
12 // VFS: 'name': "Sub.h"
13 // VFS: 'name': "Sub2.h"
Ddependency-dump-dependent-module.m8 // RUN: FileCheck %s -check-prefix=VFS < %t/vfs/vfs.yaml
9 // VFS: 'name': "AlsoDependsOnModule.h"
10 // VFS: 'name': "SubFramework.h"
11 // VFS: 'name': "Treasure.h"
12 // VFS: 'name': "Module.h"
13 // VFS: 'name': "Sub.h"
14 // VFS: 'name': "Sub2.h"
/external/clang/include/clang/Driver/
DDriver.h70 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
224 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
237 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS()
/external/squashfs-tools/
DACKNOWLEDGEMENTS40 VFS interface for 2.6.22/2.6.23/2.6.24-rc1. Peter also sent some small patches
60 Peter Korsgaard sent a patch updating Squashfs to changes in the VFS interface
80 in the Linux VFS interfaces, and provided patches.
DCHANGES199 1.2 NFS export code rewritten following VFS changes in
/external/clang/test/VFS/
Dreal-path-found-first.m2 // use its VFS-mapped path. If we accidentally use the real path in header
45 // With a VFS-mapped module map file
/external/clang/lib/Frontend/
DASTUnit.cpp673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile() local
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1553 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble() local
1555 if (!VFS) in getMainBufferWithPrecompiledPreamble()
1559 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in getMainBufferWithPrecompiledPreamble()
1711 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create() local
1713 if (!VFS) in create()
1715 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1982 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine() local
1984 if (!VFS) in LoadFromCommandLine()
[all …]
DFrontendAction.cpp226 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS = in BeginSourceFile() local
229 CI.setVirtualFileSystem(VFS); in BeginSourceFile()
/external/clang/lib/Driver/
DDriver.cpp51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) in Driver() argument
52 : Opts(createDriverOptTable()), Diags(Diags), VFS(VFS), Mode(GCCMode), in Driver()
64 if (!this->VFS) in Driver()
65 this->VFS = vfs::getRealFileSystem(); in Driver()
663 SmallString<128> VFS; in generateCompilationDiagnostics() local
669 VFS = llvm::sys::path::filename(TempFile); in generateCompilationDiagnostics()
670 llvm::sys::path::append(VFS, "vfs", "vfs.yaml"); in generateCompilationDiagnostics()
675 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics()
DToolChains.cpp1704 vfs::FileSystem &VFS; member in __anon641596100111::FilterNonExistent
1707 FilterNonExistent(StringRef Base, vfs::FileSystem &VFS) in FilterNonExistent() argument
1708 : Base(Base), VFS(VFS) {} in FilterNonExistent()
1710 return !VFS.exists(Base + M.gccSuffix() + "/crtbegin.o"); in operator ()()
/external/clang/lib/Tooling/
DTooling.cpp51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) { in newDriver() argument
53 BinaryName, llvm::sys::getDefaultTargetTriple(), *Diagnostics, VFS); in newDriver()
/external/libcap/libcap/
Dcap_file.c22 # error VFS representation of capabilities is not the same size as kernel