Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2870 Action *CudaFatBinary = nullptr; member in __anonbd3e07ce0811::OffloadingActionBuilder::CudaActionBuilderBase
3002 if (CudaFatBinary) { in appendTopLevelActions()
3003 AddTopLevel(CudaFatBinary, CudaArch::UNUSED); in appendTopLevelActions()
3005 CudaFatBinary = nullptr; in appendTopLevelActions()
3252 CudaFatBinary = in getDeviceDependences()
3256 DA.add(*CudaFatBinary, *ToolChains.front(), /*BoundArch=*/nullptr, in getDeviceDependences()
3260 CudaFatBinary = nullptr; in getDeviceDependences()
3414 CudaFatBinary = C.MakeAction<LinkJobAction>(CudaDeviceActions, in getDeviceDependences()
3418 DA.add(*CudaFatBinary, *ToolChains.front(), /*BoundArch=*/nullptr, in getDeviceDependences()
3422 CudaFatBinary = nullptr; in getDeviceDependences()
[all …]