Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp110 void CompileJobAction::anchor() {} in anchor()
112 CompileJobAction::CompileJobAction(std::unique_ptr<Action> Input, in CompileJobAction() function in CompileJobAction
DDriver.cpp993 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
1576 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()
1579 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()
1582 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()
1591 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()
1594 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()
1599 return llvm::make_unique<CompileJobAction>(std::move(Input), in ConstructPhaseAction()
1747 cast<CompileJobAction>(CHA ? *CHA->begin() : *BackendInputs->begin()); in selectToolForJob()
1769 cast<CompileJobAction>(CHA ? *CHA->begin() : *Inputs->begin()); 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()
5449 if (C.getDriver().isSaveTempsEnabled() && isa<CompileJobAction>(JA)) in ConstructJob()
5494 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
5526 if (SplitDwarf && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h225 class CompileJobAction : public JobAction {
228 CompileJobAction(std::unique_ptr<Action> Input, types::ID OutputType);