Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h273 ActionList DeviceActions;
291 const ActionList &getActions() const { return DeviceActions; } in getActions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp295 DeviceActions.push_back(&A); in add()
H A DDriver.cpp2818 ActionList DeviceActions; in getDeviceDependences() local
2854 DeviceActions.push_back( in getDeviceDependences()
2860 if (!DeviceActions.empty()) { in getDeviceDependences()
2862 C.MakeAction<LinkJobAction>(DeviceActions, types::TY_CUDA_FATBIN); in getDeviceDependences()