Searched refs:CompileJobAction (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Driver/ |
D | Action.cpp | 94 void CompileJobAction::anchor() {} in anchor() 96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
|
D | Driver.cpp | 1069 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction() 1747 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction() 1749 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction() 1751 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction() 1758 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction() 1760 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction() 1763 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction() 1915 JobAction *CompileJA = cast<CompileJobAction>( in selectToolForJob() 1946 cast<CompileJobAction>(CHA ? *CHA->input_begin() : *Inputs->begin()); in selectToolForJob() 2577 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
|
D | Tools.cpp | 2729 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction() 3887 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob() 5941 !C.getDriver().embedBitcodeEnabled() && isa<CompileJobAction>(JA)) in ConstructJob() 5986 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
|
/external/llvm-project/clang/lib/Driver/ |
D | Action.cpp | 350 void CompileJobAction::anchor() {} in anchor() 352 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
|
D | Driver.cpp | 1987 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction() 3040 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences() 3049 assert(isa<CompileJobAction>(A)); in addDeviceDepences() 3704 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions() 3813 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction() 3815 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction() 3817 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction() 3824 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction() 3826 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction() 3829 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction() [all …]
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Flang.cpp | 42 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
|
D | Clang.cpp | 927 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction() 4236 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob() 4903 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob() 6155 isa<CompileJobAction>(JA)) in ConstructJob()
|
/external/clang/include/clang/Driver/ |
D | Action.h | 247 class CompileJobAction : public JobAction { 250 CompileJobAction(Action *Input, types::ID OutputType);
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Action.h | 458 class CompileJobAction : public JobAction { 462 CompileJobAction(Action *Input, types::ID OutputType);
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 110 isa<driver::CompileJobAction>(Actions.front()) || in getCC1Arguments() 114 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in getCC1Arguments()
|