Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2922 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions() function in __anon78d31b560811::OffloadingActionBuilder::DeviceActionBuilder
3666 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); } in appendLinkHostActions() function in __anon78d31b560811::OffloadingActionBuilder::HIPActionBuilder
3913 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()