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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp38 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) {
H A DClang.cpp947 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A))
4071 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) &&
4648 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) ||
5774 // CompileJobAction, use -disable-llvm-passes to get pristine IR generated
5783 isa<CompileJobAction>(JA))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp348 void CompileJobAction::anchor() {}
350 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) function in class:CompileJobAction
H A DDriver.cpp1926 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) ||
2886 if (isa<CompileJobAction>(HostAction)) {
2895 assert(isa<CompileJobAction>(A));
3544 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP);
3653 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing);
3655 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC);
3657 return C.MakeAction<CompileJobAction>(Input,
3664 return C.MakeAction<CompileJobAction>(Input, types::TY_AST);
3666 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile);
3669 return C.MakeAction<CompileJobAction>(Inpu
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h457 class CompileJobAction : public JobAction { class in namespace:clang::driver
461 CompileJobAction(Action *Input, types::ID OutputType);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp110 isa<driver::CompileJobAction>(Actions.front()) ||
114 isa<driver::CompileJobAction>(*Actions.front()->input_begin())));

Completed in 99 milliseconds