Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3903 ActionList DeviceAL; in makeHostLinkAction() local
3904 appendDeviceLinkActions(DeviceAL); in makeHostLinkAction()
3905 if (DeviceAL.empty()) in makeHostLinkAction()
3913 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()