HomeSort by relevance Sort by last modified time
    Searched refs:VFS (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/Driver/
Driver.h 40 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
224 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
237 vfs::FileSystem &getVFS() const { return *VFS; }
  /external/clang/lib/Frontend/
ASTUnit.cpp 673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
    [all...]
FrontendAction.cpp 226 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS =
229 CI.setVirtualFileSystem(VFS);
  /external/libcap/libcap/
cap_file.c 22 # error VFS representation of capabilities is not the same size as kernel
  /external/clang/lib/Driver/
Driver.cpp 51 IntrusiveRefCntPtr<vfs::FileSystem> VFS)
52 : Opts(createDriverOptTable()), Diags(Diags), VFS(VFS), Mode(GCCMode),
63 // Provide a sane fallback if no VFS is specified.
64 if (!this->VFS)
65 this->VFS = vfs::getRealFileSystem();
663 SmallString<128> VFS;
669 VFS = llvm::sys::path::filename(TempFile)
    [all...]
ToolChains.cpp     [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) {
53 BinaryName, llvm::sys::getDefaultTargetTriple(), *Diagnostics, VFS);
128 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
129 new vfs::OverlayFileSystem(vfs::getRealFileSystem()));
130 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
131 new vfs::InMemoryFileSystem);
313 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem()))
    [all...]
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]

Completed in 566 milliseconds

1 2