Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDAction.cpp348 void CompileJobAction::anchor() {} in anchor()
350 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
HDDriver.cpp1926 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
2886 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()
2895 assert(isa<CompileJobAction>(A)); in addDeviceDepences()
3544 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
3653 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
3655 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
3657 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
3664 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
3666 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()
3669 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDFlang.cpp38 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
HDClang.cpp947 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()
4071 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
4648 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
5783 isa<CompileJobAction>(JA)) in ConstructJob()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h457 class CompileJobAction : public JobAction {
461 CompileJobAction(Action *Input, types::ID OutputType);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp110 isa<driver::CompileJobAction>(Actions.front()) || in getCC1Arguments()
114 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in getCC1Arguments()