Home | History | Annotate | Download | only in Driver

Lines Matching refs:CompileJobAction

839   if (isa<CompileJobAction>(A) || isa<AssembleJobAction>(A))
1304 return new CompileJobAction(Input, types::TY_Nothing);
1306 return new CompileJobAction(Input, types::TY_RewrittenObjC);
1308 return new CompileJobAction(Input, types::TY_RewrittenLegacyObjC);
1314 return new CompileJobAction(Input, types::TY_AST);
1316 return new CompileJobAction(Input, types::TY_ModuleFile);
1322 return new CompileJobAction(Input, Output);
1326 return new CompileJobAction(Input, Output);
1328 return new CompileJobAction(Input, types::TY_PP_Asm);
1465 Inputs->size() == 1 && isa<CompileJobAction>(*Inputs->begin())) {
2044 !isa<CompileJobAction>(JA))