Searched refs:CompileJobAction (Results 1 – 6 of 6) sorted by relevance
366 void CompileJobAction::anchor() {} in anchor()368 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
2236 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()3490 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()3499 assert(isa<CompileJobAction>(A)); in addDeviceDepences()4411 !(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()4464 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()4537 HDep, isa<CompileJobAction>(HostAction) ? DDep : DDeps); in BuildOffloadingActions()4616 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()4968 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()5028 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()5741 return isa<CompileJobAction>(JA) && in GetNamedOutputPath()[all …]
80 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
1025 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()4710 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()5463 if (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()5501 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()6957 isa<CompileJobAction>(JA)) in ConstructJob()
490 class CompileJobAction : public JobAction {494 CompileJobAction(Action *Input, types::ID OutputType);
114 isa<driver::CompileJobAction>(Actions.front()) || in ignoreExtraCC1Commands()118 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()