Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp116 void BackendJobAction::anchor() {} in anchor()
118 BackendJobAction::BackendJobAction(std::unique_ptr<Action> Input, in BackendJobAction() function in BackendJobAction
DDriver.cpp993 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
1606 return llvm::make_unique<BackendJobAction>(std::move(Input), Output); in ConstructPhaseAction()
1611 return llvm::make_unique<BackendJobAction>(std::move(Input), Output); in ConstructPhaseAction()
1613 return llvm::make_unique<BackendJobAction>(std::move(Input), in ConstructPhaseAction()
1737 isa<BackendJobAction>(*Inputs->begin())) { in selectToolForJob()
1762 if (isa<BackendJobAction>(JA)) { in selectToolForJob()
2346 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
DTools.cpp2471 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
3530 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
5495 isa<BackendJobAction>(JA)); in ConstructJob()
5526 if (SplitDwarf && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h235 class BackendJobAction : public JobAction {
238 BackendJobAction(std::unique_ptr<Action> Input, types::ID OutputType);