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 llvm::for_each(BCLibArgs, [&](StringRef BCName) { in getDeviceLibs() argument
234 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
241 getDriver().Diag(diag::err_drv_no_such_file) << BCName; in getDeviceLibs()
246 std::string BCName = "hipspv-" + TT + ".bc"; in getDeviceLibs() local
249 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
H A DHIPAMD.cpp415 llvm::for_each(BCLibArgs, [&](StringRef BCName) { in getDeviceLibs() argument
419 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
426 getDriver().Diag(diag::err_drv_no_such_file) << BCName; in getDeviceLibs()