Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp234 llvm::for_each(BCLibArgs, [&](StringRef BCName) { in getDeviceLibs() argument
238 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
245 getDriver().Diag(diag::err_drv_no_such_file) << BCName; in getDeviceLibs()
250 std::string BCName = "hipspv-" + TT + ".bc"; in getDeviceLibs() local
253 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
H A DHIPAMD.cpp355 llvm::for_each(BCLibArgs, [&](StringRef BCName) { in getDeviceLibs() argument
359 llvm::sys::path::append(Path, BCName); in getDeviceLibs()
366 getDriver().Diag(diag::err_drv_no_such_file) << BCName; in getDeviceLibs()