Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3664 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon17dcc6010c11::OffloadingActionBuilder::HIPActionBuilder
3842 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3843 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3882 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3885 assert(DeviceLinkerInputs.size() == GpuArchList.size() && in appendLinkDeviceActions()
3892 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3908 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()