Home
last modified time | relevance | path

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

/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.h116 SmallString<0> BinPath; variable
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.cpp206 BinPath = InstallPath + "/bin"; in CudaInstallationDetector()
210 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
/llvm-project/bolt/runtime/
H A Dinstr.cpp724 char *BinPath = getBinaryPath(); in readDescriptions() local
725 assert(BinPath && BinPath[0] != '\0', "failed to find binary path"); in readDescriptions()
727 uint64_t FD = __open(BinPath, O_RDONLY, in readDescriptions()