Searched refs:CompileJobAction (Results 1 – 6 of 6) sorted by relevance
373 void CompileJobAction::anchor() {} in anchor()375 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
2346 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()4177 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()4383 !(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()4442 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()4519 }) && isa<CompileJobAction>(HostAction); in BuildOffloadingActions()4595 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()4597 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()4599 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()4606 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()4608 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()[all …]
472 class CompileJobAction : public JobAction {476 CompileJobAction(Action *Input, types::ID OutputType);
114 isa<driver::CompileJobAction>(Actions.front()) || in ignoreExtraCC1Commands()118 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
257 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
944 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()4740 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()5548 if (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()5586 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()7111 isa<CompileJobAction>(JA)) in ConstructJob()