Home
last modified time | relevance | path

Searched refs:BinPath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h33 std::string BinPath; variable
68 StringRef getBinPath() const { return BinPath; } in getBinPath()
H A DAMDGPU.cpp470 BinPath = InstallPath; in detectHIPRuntime()
471 llvm::sys::path::append(BinPath, "bin"); in detectHIPRuntime()
495 Append(BinPath, ".hipVersion")}; in detectHIPRuntime()
H A DCuda.cpp201 BinPath = InstallPath + "/bin"; in CudaInstallationDetector()
205 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()