Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp956 auto &DeviceTC = in CreateOffloadingDeviceToolChains() local
958 if (!DeviceTC) { in CreateOffloadingDeviceToolChains()
960 DeviceTC = std::make_unique<toolchains::CudaToolChain>( in CreateOffloadingDeviceToolChains()
963 DeviceTC = std::make_unique<toolchains::AMDGPUOpenMPToolChain>( in CreateOffloadingDeviceToolChains()
966 assert(DeviceTC && "Device toolchain not defined."); in CreateOffloadingDeviceToolChains()
969 TC = DeviceTC.get(); in CreateOffloadingDeviceToolChains()