Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3862 ActionList DeviceAL; in makeHostLinkAction() local
3863 appendDeviceLinkActions(DeviceAL); in makeHostLinkAction()
3864 if (DeviceAL.empty()) in makeHostLinkAction()
3872 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()