Home
last modified time | relevance | path

Searched defs:HostAction (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2911 virtual ActionBuilderReturnCode addDeviceDependences(Action *HostAction) { in addDeviceDependences()
3004 ActionBuilderReturnCode addDeviceDependences(Action *HostAction) override { in addDeviceDependences()
3723 void recordHostAction(Action *HostAction, const Arg *InputArg) { in recordHostAction()
3738 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, in addDeviceDependencesToHostAction()
3796 bool addHostDependenceToDeviceActions(Action *&HostAction, in addHostDependenceToDeviceActions()
3854 bool appendTopLevelActions(ActionList &AL, Action *HostAction, in appendTopLevelActions()
3927 Action *processHostLinkAction(Action *HostAction) { in processHostLinkAction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h322 Action &HostAction; variable