Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2911 virtual ActionBuilderReturnCode addDeviceDependences(Action *HostAction) { in addDeviceDependences() argument
3004 ActionBuilderReturnCode addDeviceDependences(Action *HostAction) override { in addDeviceDependences() argument
3723 void recordHostAction(Action *HostAction, const Arg *InputArg) { in recordHostAction() argument
3738 addDeviceDependencesToHostAction(Action * HostAction,const Arg * InputArg,phases::ID CurPhase,phases::ID FinalPhase,DeviceActionBuilder::PhasesTy & Phases) addDeviceDependencesToHostAction() argument
3796 addHostDependenceToDeviceActions(Action * & HostAction,const Arg * InputArg) addHostDependenceToDeviceActions() argument
3854 appendTopLevelActions(ActionList & AL,Action * HostAction,const Arg * InputArg) appendTopLevelActions() argument
3927 processHostLinkAction(Action * HostAction) processHostLinkAction() argument
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h322 Action &HostAction; variable