Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2874 addDeviceDependences(Action * HostAction) addDeviceDependences() argument
2967 addDeviceDependences(Action * HostAction) addDeviceDependences() argument
3682 recordHostAction(Action * HostAction,const Arg * InputArg) recordHostAction() argument
3697 addDeviceDependencesToHostAction(Action * HostAction,const Arg * InputArg,phases::ID CurPhase,phases::ID FinalPhase,DeviceActionBuilder::PhasesTy & Phases) addDeviceDependencesToHostAction() argument
3755 addHostDependenceToDeviceActions(Action * & HostAction,const Arg * InputArg) addHostDependenceToDeviceActions() argument
3813 appendTopLevelActions(ActionList & AL,Action * HostAction,const Arg * InputArg) appendTopLevelActions() argument
3886 processHostLinkAction(Action * HostAction) processHostLinkAction() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h322 Action &HostAction; variable