Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/
DDriver.cpp2958 ActionList OpenMPDeviceActions; member in __anon1c4ff0b80a11::OffloadingActionBuilder::OpenMPActionBuilder
2972 if (OpenMPDeviceActions.empty()) in getDeviceDependences()
2976 assert(OpenMPDeviceActions.size() == ToolChains.size() && in getDeviceDependences()
2985 for (auto *A : OpenMPDeviceActions) { in getDeviceDependences()
2992 OpenMPDeviceActions.clear(); in getDeviceDependences()
2997 for (Action *&A : OpenMPDeviceActions) in getDeviceDependences()
3007 OpenMPDeviceActions.clear(); in addDeviceDepences()
3009 OpenMPDeviceActions.push_back( in addDeviceDepences()
3016 OpenMPDeviceActions.clear(); in addDeviceDepences()
3029 OpenMPDeviceActions.push_back(UA); in addDeviceDepences()
[all …]