Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3360 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anonb8862b370811::OffloadingActionBuilder::HIPActionBuilder
3533 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3534 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3573 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3576 assert(DeviceLinkerInputs.size() == GpuArchList.size() && in appendLinkDeviceActions()
3583 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3599 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()