Home | History | Annotate | Download | only in Driver

Lines Matching refs:CompileJobAction

2471   if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A))
3530 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) &&
5447 // CompileJobAction, use -disable-llvm-passes to get pristine IR generated
5449 if (C.getDriver().isSaveTempsEnabled() && isa<CompileJobAction>(JA))
5494 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) ||
5526 if (SplitDwarf && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA))