Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h273 ActionList DeviceActions;
291 const ActionList &getActions() const { return DeviceActions; } in getActions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp295 DeviceActions.push_back(&A); in add()
H A DDriver.cpp2810 ActionList DeviceActions; in getDeviceDependences() local
2846 DeviceActions.push_back( in getDeviceDependences()
2852 if (!DeviceActions.empty()) { in getDeviceDependences()
2854 C.MakeAction<LinkJobAction>(DeviceActions, types::TY_CUDA_FATBIN); in getDeviceDependences()