Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp350 void CompileJobAction::anchor() {} in anchor()
352 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
H A DDriver.cpp2048 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3173 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()
3182 assert(isa<CompileJobAction>(A)); in addDeviceDepences()
3838 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
3947 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
3949 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
3951 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
3958 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
3960 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()
3963 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFlang.cpp73 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp972 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
4416 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
5170 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
6493 isa<CompileJobAction>(JA)) in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h462 class CompileJobAction : public JobAction {
466 CompileJobAction(Action *Input, types::ID OutputType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp110 isa<driver::CompileJobAction>(Actions.front()) || in getCC1Arguments()
114 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in getCC1Arguments()