Home
last modified time | relevance | path

Searched refs:BinPath (Results 1 – 4 of 4) 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 DROCm.h119 SmallString<0> BinPath; variable
H A DAMDGPU.cpp402 BinPath = InstallPath; in detectHIPRuntime()
403 llvm::sys::path::append(BinPath, "bin"); in detectHIPRuntime()
427 Append(BinPath, ".hipVersion")}; in detectHIPRuntime()
H A DCuda.cpp204 BinPath = InstallPath + "/bin"; in CudaInstallationDetector()
208 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()