Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2708 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions() function in __anon7f4eb1310a11::OffloadingActionBuilder::DeviceActionBuilder
3399 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); } in appendLinkHostActions() function in __anon7f4eb1310a11::OffloadingActionBuilder::HIPActionBuilder
3548 Action* appendLinkHostActions(ActionList &AL) override { in appendLinkHostActions() function in __anon7f4eb1310a11::OffloadingActionBuilder::OpenMPActionBuilder
3822 HA = SB->appendLinkHostActions(DeviceAL); in makeHostLinkAction()