Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2893 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon1eb752b50a11::OffloadingActionBuilder::HIPActionBuilder
3026 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3027 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3063 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3071 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3084 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()
3110 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon1eb752b50a11::OffloadingActionBuilder::OpenMPActionBuilder
3133 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3234 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3244 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()
[all …]