Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp3061 OffloadAction::DeviceDependences DeviceLinkDeps; in appendLinkDeviceActions() local
3062 DeviceLinkDeps.add(*DeviceLinkAction, *ToolChains[0], in appendLinkDeviceActions()
3064 AL.push_back(C.MakeAction<OffloadAction>(DeviceLinkDeps, in appendLinkDeviceActions()
3221 OffloadAction::DeviceDependences DeviceLinkDeps; in appendLinkDeviceActions() local
3222 DeviceLinkDeps.add(*DeviceLinkAction, **TC, /*BoundArch=*/nullptr, in appendLinkDeviceActions()
3224 AL.push_back(C.MakeAction<OffloadAction>(DeviceLinkDeps, in appendLinkDeviceActions()