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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2852 OffloadAction::DeviceDependences DDep; variable
2853 DDep.add(*A, *ToolChains.front(), GpuArchList[I], Action::OFK_Cuda);
2855 C.MakeAction<OffloadAction>(DDep, A->getType()));
2994 OffloadAction::DeviceDependences DDep;
2995 DDep.add(*CudaDeviceActions[I], *ToolChains.front(), GpuArchList[I],
2998 DDep, CudaDeviceActions[I]->getType());
3183 OffloadAction::DeviceDependences DDep; variable
3184 DDep.add(*A, **TC, /*BoundArch=*/nullptr, Action::OFK_OpenMP);
3185 A = C.MakeAction<OffloadAction>(HDep, DDep);

Completed in 112 milliseconds