Searched refs:CudaDeviceActions (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2357 ActionList CudaDeviceActions; member in class:__anon472::final::CudaActionBuilderBase
2407 CudaDeviceActions.push_back(
2422 CudaDeviceActions.clear();
2436 CudaDeviceActions.push_back(UA);
2458 CudaDeviceActions.clear();
2463 if (CudaDeviceActions.empty())
2469 assert(CudaDeviceActions.size() == GpuArchList.size() &&
2474 AddTopLevel(CudaDeviceActions[I], GpuArchList[I]);
2476 CudaDeviceActions.clear();
2585 if (CudaDeviceActions
[all...]

Completed in 397 milliseconds