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

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

Completed in 78 milliseconds