Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp3165 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon7f4eb1310a11::OffloadingActionBuilder::HIPActionBuilder
3310 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences()
3311 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3347 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions()
3357 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3373 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()
3411 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon7f4eb1310a11::OffloadingActionBuilder::OpenMPActionBuilder
3434 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences()
3535 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions()
3545 DeviceLinkerInputs.clear(); in appendLinkDeviceActions()
[all …]