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.cpp4170 ActionList DeviceAL; in makeHostLinkAction() local
4171 appendDeviceLinkActions(DeviceAL); in makeHostLinkAction()
4172 if (DeviceAL.empty()) in makeHostLinkAction()
4180 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()