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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2332 /// added to the provided host action \a HostAction. By default it is
2341 /// Update the state to include the provided host action \a HostAction as a
2343 virtual ActionBuilderReturnCode addDeviceDepences(Action *HostAction) { argument
2411 ActionBuilderReturnCode addDeviceDepences(Action *HostAction) override {
2418 if (auto *IA = dyn_cast<InputAction>(HostAction)) {
2449 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) {
2914 ActionBuilderReturnCode addDeviceDepences(Action *HostAction) override {
2917 if (auto *IA = dyn_cast<InputAction>(HostAction)) {
2926 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) {
2951 if (isa<CompileJobAction>(HostAction)) {
3096 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, phases::ID CurPhase, phases::ID FinalPhase, DeviceActionBuilder::PhasesTy &Phases) argument
3154 addHostDependenceToDeviceActions(Action *&HostAction, const Arg *InputArg) argument
3208 appendTopLevelActions(ActionList &AL, Action *HostAction, const Arg *InputArg) argument
3269 processHostLinkAction(Action *HostAction) argument
[all...]
H A DAction.cpp304 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h299 Action &HostAction; member in class:clang::driver::final::final
313 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch),
320 Action *getAction() const { return &HostAction; }

Completed in 143 milliseconds