Home
last modified time | relevance | path

Searched refs:BackendJobAction (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Driver/
DAction.cpp99 void BackendJobAction::anchor() {} in anchor()
101 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
DDriver.cpp1069 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
1769 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
1774 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()
1776 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()
1904 isa<BackendJobAction>(*Inputs->begin())) { in selectToolForJob()
1939 if (isa<BackendJobAction>(JA)) { in selectToolForJob()
2577 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
DTools.cpp2729 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
3887 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
3933 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()
5987 isa<BackendJobAction>(JA)); in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h257 class BackendJobAction : public JobAction {
260 BackendJobAction(Action *Input, types::ID OutputType);