Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/
H A DDriver.cpp2900 addDeviceDependences(Action * HostAction) addDeviceDependences() argument
2993 addDeviceDependences(Action * HostAction) addDeviceDependences() argument
3712 recordHostAction(Action * HostAction,const Arg * InputArg) recordHostAction() argument
3727 addDeviceDependencesToHostAction(Action * HostAction,const Arg * InputArg,phases::ID CurPhase,phases::ID FinalPhase,DeviceActionBuilder::PhasesTy & Phases) addDeviceDependencesToHostAction() argument
3785 addHostDependenceToDeviceActions(Action * & HostAction,const Arg * InputArg) addHostDependenceToDeviceActions() argument
3843 appendTopLevelActions(ActionList & AL,Action * HostAction,const Arg * InputArg) appendTopLevelActions() argument
3916 processHostLinkAction(Action * HostAction) processHostLinkAction() argument
[all...]
/llvm-project/clang/include/clang/Driver/
H A DAction.h322 Action &HostAction; global() variable