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
2048 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()3235 auto *ASM = C.MakeAction<BackendJobAction>(BC, types::TY_PP_Asm); in appendLinkHostActions()3969 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()3977 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()3979 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()4292 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()4324 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()4346 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()4621 if (const BackendJobAction *BA = dyn_cast<BackendJobAction>(A)) { in BuildJobsForActionNoCache()5405 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()[all …]
73 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
972 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()4416 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()4513 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()5146 if (isa<BackendJobAction>(JA)) { in ConstructJob()5171 isa<BackendJobAction>(JA)); in ConstructJob()
473 class BackendJobAction : public JobAction {477 BackendJobAction(Action *Input, types::ID OutputType);