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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2354 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } function in class:__anon1848::final::DeviceActionBuilder
2860 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); }
3009 Action* appendLinkHostActions(ActionList &AL) override {
3260 HA = SB->appendLinkHostActions(DeviceAL);

Completed in 64 milliseconds