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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2901 SmallVector<ActionList, 8> DeviceLinkerInputs;
3019 // Save CudaDeviceActions to DeviceLinkerInputs for each GPU subarch.
3021 // Later on, device actions in DeviceLinkerInputs are used to create
3024 DeviceLinkerInputs.resize(CudaDeviceActions.size());
3025 auto LI = DeviceLinkerInputs.begin();
3047 if (DeviceLinkerInputs.size() == 0)
3050 assert(DeviceLinkerInputs.size() == GpuArchList.size() &&
3055 for (auto &LI : DeviceLinkerInputs) {
3056 // Each entry in DeviceLinkerInputs corresponds to a GPU arch.
3068 DeviceLinkerInputs
3094 SmallVector<ActionList, 8> DeviceLinkerInputs; member in class:__anon586::final
[all...]

Completed in 123 milliseconds