Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DCuda.h36 std::string BinPath; variable
69 StringRef getBinPath() const { return BinPath; } in getBinPath()
DROCm.h86 SmallString<0> BinPath; variable
DAMDGPU.cpp451 BinPath = InstallPath; in detectHIPRuntime()
452 llvm::sys::path::append(BinPath, "bin"); in detectHIPRuntime()
459 FS.getBufferForFile(BinPath + "/.hipVersion"); in detectHIPRuntime()
DCuda.cpp186 BinPath = InstallPath + "/bin"; in CudaInstallationDetector()
190 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()