Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.h36 std::string BinPath; variable
69 StringRef getBinPath() const { return BinPath; } in getBinPath()
H A DROCm.h86 SmallString<0> BinPath; variable
H A DAMDGPU.cpp447 BinPath = InstallPath; in detectHIPRuntime()
448 llvm::sys::path::append(BinPath, "bin"); in detectHIPRuntime()
455 FS.getBufferForFile(BinPath + "/.hipVersion"); in detectHIPRuntime()
H A DCuda.cpp186 BinPath = InstallPath + "/bin"; in CudaInstallationDetector()
190 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()