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

  /external/clang/include/clang/Driver/
Driver.h 41 namespace vfs { namespace in namespace:clang
71 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
231 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
244 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 244 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS =
247 CI.setVirtualFileSystem(VFS);
  /external/libcap/libcap/
cap_file.c 31 # error VFS representation of capabilities is not the same size as kernel
  /external/clang/lib/Tooling/
Tooling.cpp 52 IntrusiveRefCntPtr<vfs::FileSystem> VFS) {
55 *Diagnostics, std::move(VFS));
133 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
134 new vfs::OverlayFileSystem(vfs::getRealFileSystem()));
135 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
136 new vfs::InMemoryFileSystem);
321 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem()))
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 53 IntrusiveRefCntPtr<vfs::FileSystem> VFS)
54 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)),
65 // Provide a sane fallback if no VFS is specified.
66 if (!this->VFS)
67 this->VFS = vfs::getRealFileSystem();
737 SmallString<128> VFS;
743 VFS = llvm::sys::path::filename(TempFile)
    [all...]
ToolChains.cpp     [all...]
  /external/v8/src/s390/
simulator-s390.cc 748 V(vfs, VFS, 0xE7E2) /* type = VRR_C VECTOR FP SUBTRACT */ \
    [all...]
constants-s390.h     [all...]

Completed in 963 milliseconds