Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2885 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions() function in __anonb8862b370811::OffloadingActionBuilder::DeviceActionBuilder
3625 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); } in appendLinkHostActions() function in __anonb8862b370811::OffloadingActionBuilder::HIPActionBuilder
3872 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()