Home
last modified time | relevance | path

Searched refs:getVFS (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Driver/
DToolChains.cpp311 if (AlwaysLink || getVFS().exists(P)) in AddLinkRuntimeLib()
503 if (!getVFS().exists(A->getValue())) in AddDeploymentTarget()
509 if (llvm::sys::path::is_absolute(env) && getVFS().exists(env) && in AddDeploymentTarget()
749 if (!getVFS().exists(P)) { in AddCXXStdlibLibArgs()
752 if (getVFS().exists(P)) { in AddCXXStdlibLibArgs()
762 if (!getVFS().exists("/usr/lib/libstdc++.dylib") && in AddCXXStdlibLibArgs()
763 getVFS().exists("/usr/lib/libstdc++.6.dylib")) { in AddCXXStdlibLibArgs()
796 if (getVFS().exists(P)) in AddCCKextLibArgs()
1422 if (!D.getVFS().exists(Prefix)) in init()
1426 if (!D.getVFS().exists(LibDir)) in init()
[all …]
DToolChain.cpp81 vfs::FileSystem &ToolChain::getVFS() const { return getDriver().getVFS(); } in getVFS() function in ToolChain
/external/clang/include/clang/Driver/
DDriver.h244 vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
DToolChain.h129 vfs::FileSystem &getVFS() const;