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

1 2

  /external/clang/lib/Driver/
ToolChains.cpp 311 if (AlwaysLink || getVFS().exists(P))
503 if (!getVFS().exists(A->getValue()))
509 if (llvm::sys::path::is_absolute(env) && getVFS().exists(env) &&
749 if (!getVFS().exists(P)) {
752 if (getVFS().exists(P)) {
762 if (!getVFS().exists("/usr/lib/libstdc++.dylib") &&
763 getVFS().exists("/usr/lib/libstdc++.6.dylib")) {
796 if (getVFS().exists(P))
    [all...]
ToolChain.cpp 81 vfs::FileSystem &ToolChain::getVFS() const { return getDriver().getVFS(); }
  /external/clang/include/clang/Driver/
Driver.h 244 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 129 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 279 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 143 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 143 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 143 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 279 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 143 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 143 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 143 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 165 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 165 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 165 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }
ToolChain.h 165 vfs::FileSystem &getVFS() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Driver.h 284 vfs::FileSystem &getVFS() const { return *VFS; }

Completed in 699 milliseconds

1 2