Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2901 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon51bf6f8c0a11::OffloadingActionBuilder::HIPActionBuilder
3024 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3025 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3047 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3050 assert(DeviceLinkerInputs.size() == GpuArchList.size() && in appendLinkDeviceActions()
3055 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3068 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()
3094 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon51bf6f8c0a11::OffloadingActionBuilder::OpenMPActionBuilder
3115 assert(ToolChains.size() == DeviceLinkerInputs.size() && in getDeviceDependences()
3117 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
[all …]