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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2718 SmallVector<ActionList, 8> DeviceLinkerInputs;
2797 // Save CudaDeviceActions to DeviceLinkerInputs for each GPU subarch.
2799 // Later on, device actions in DeviceLinkerInputs are used to create
2802 DeviceLinkerInputs.resize(CudaDeviceActions.size());
2803 auto LI = DeviceLinkerInputs.begin();
2825 if (DeviceLinkerInputs.size() == 0)
2828 assert(DeviceLinkerInputs.size() == GpuArchList.size() &&
2833 for (auto &LI : DeviceLinkerInputs) {
2834 // Each entry in DeviceLinkerInputs corresponds to a GPU arch.
2846 DeviceLinkerInputs
2872 SmallVector<ActionList, 8> DeviceLinkerInputs; member in class:final
[all...]

Completed in 62 milliseconds