Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp68 const ActionList &DeviceActions) in CudaHostAction() argument
69 : Action(CudaHostClass, std::move(Input)), DeviceActions(DeviceActions) {} in CudaHostAction()
72 for (auto &DA : DeviceActions) in ~CudaHostAction()
DDriver.cpp1364 ActionList DeviceActions; in buildCudaActions() local
1366 DeviceActions.push_back(new CudaDeviceAction( in buildCudaActions()
1372 new CudaHostAction(std::move(HostAction), DeviceActions)); in buildCudaActions()
/external/clang/include/clang/Driver/
DAction.h160 ActionList DeviceActions; variable
164 const ActionList &DeviceActions);
167 const ActionList &getDeviceActions() const { return DeviceActions; } in getDeviceActions()