Searched refs:CompileJobAction (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp88 void CompileJobAction::anchor() {}
90 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) function in class:CompileJobAction
H A DDriver.cpp843 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);
1320 return new CompileJobAction(Input, Output);
1324 return new CompileJobAction(Input, Output);
1326 return new CompileJobAction(Input, types::TY_PP_Asm);
1462 Inputs->size() == 1 && isa<CompileJobAction>(*Input
[all...]
H A DTools.cpp1697 if (isa<CompileJobAction>(A))
2087 assert(isa<CompileJobAction>(JA) && "Invalid action for clang tool.");
3762 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA));
3784 if (SplitDwarf && !isa<CompileJobAction>(JA))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h183 class CompileJobAction : public JobAction { class in namespace:clang::driver
186 CompileJobAction(Action *Input, types::ID OutputType);

Completed in 98 milliseconds