Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp3107 ActionList OpenMPDeviceActions; member in __anonf089d0190a11::OffloadingActionBuilder::OpenMPActionBuilder
3121 if (OpenMPDeviceActions.empty()) in getDeviceDependences()
3125 assert(OpenMPDeviceActions.size() == ToolChains.size() && in getDeviceDependences()
3134 for (auto *A : OpenMPDeviceActions) { in getDeviceDependences()
3141 OpenMPDeviceActions.clear(); in getDeviceDependences()
3146 for (Action *&A : OpenMPDeviceActions) in getDeviceDependences()
3156 OpenMPDeviceActions.clear(); in addDeviceDepences()
3158 OpenMPDeviceActions.push_back( in addDeviceDepences()
3165 OpenMPDeviceActions.clear(); in addDeviceDepences()
3178 OpenMPDeviceActions.push_back(UA); in addDeviceDepences()
[all …]