Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3764 ActionList DeviceAL; in makeHostLinkAction() local
3765 appendDeviceLinkActions(DeviceAL); in makeHostLinkAction()
3766 if (DeviceAL.empty()) in makeHostLinkAction()
3774 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()