Home
last modified time | relevance | path

Searched refs:BCName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp230 for (StringRef BCName : BCLibArgs) { in getDeviceLibs() local
234 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
243 getDriver().Diag(diag::err_drv_no_such_file) << BCName; in getDeviceLibs()
248 std::string BCName = "hipspv-" + TT + ".bc"; in getDeviceLibs() local
251 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
H A DHIPAMD.cpp375 for (StringRef BCName : BCLibArgs) { in getDeviceLibs() local
380 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
389 getDriver().Diag(diag::err_drv_no_such_file) << BCName; in getDeviceLibs()