Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp872 auto &DeviceTC = in CreateOffloadingDeviceToolChains() local
874 if (!DeviceTC) { in CreateOffloadingDeviceToolChains()
876 DeviceTC = std::make_unique<toolchains::CudaToolChain>( in CreateOffloadingDeviceToolChains()
879 DeviceTC = std::make_unique<toolchains::AMDGPUOpenMPToolChain>( in CreateOffloadingDeviceToolChains()
882 assert(DeviceTC && "Device toolchain not defined."); in CreateOffloadingDeviceToolChains()
885 TC = DeviceTC.get(); in CreateOffloadingDeviceToolChains()