Searched refs:BackendJobAction (Results 1 – 5 of 5) sorted by relevance
371 void BackendJobAction::anchor() {} in anchor()373 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
2236 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()4636 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()4642 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()4650 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()4652 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()4967 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()5005 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()5027 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()5321 if (const BackendJobAction *BA = dyn_cast<BackendJobAction>(A)) { in BuildJobsForActionNoCache()6182 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA) && in ShouldUseClangCompiler()[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()4802 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()5464 isa<BackendJobAction>(JA)) { in ConstructJob()5502 isa<BackendJobAction>(JA)); in ConstructJob()
501 class BackendJobAction : public JobAction {505 BackendJobAction(Action *Input, types::ID OutputType);