Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3292 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anonbd3e07ce0811::OffloadingActionBuilder::HIPActionBuilder
3437 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3438 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3474 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3477 assert(DeviceLinkerInputs.size() == GpuArchList.size() && in appendLinkDeviceActions()
3484 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3500 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()