Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3401 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon78d31b560811::OffloadingActionBuilder::HIPActionBuilder
3574 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3575 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3614 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3617 assert(DeviceLinkerInputs.size() == GpuArchList.size() && in appendLinkDeviceActions()
3624 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3640 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()