Searched refs:BackendJobAction (Results 1 – 5 of 5) sorted by relevance
355 void BackendJobAction::anchor() {} in anchor()357 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
2040 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()3251 auto *ASM = C.MakeAction<BackendJobAction>(BC, types::TY_PP_Asm); in appendLinkHostActions()3986 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()3994 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()3996 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()4309 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()4341 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()4363 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()4638 if (const BackendJobAction *BA = dyn_cast<BackendJobAction>(A)) { in BuildJobsForActionNoCache()5427 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()[all …]
73 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
978 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()4433 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()4530 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()5184 if (isa<BackendJobAction>(JA)) { in ConstructJob()5209 isa<BackendJobAction>(JA)); in ConstructJob()
473 class BackendJobAction : public JobAction {477 BackendJobAction(Action *Input, types::ID OutputType);