Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp378 void CompileJobAction::anchor() {} in anchor()
380 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in CompileJobAction
H A DDriver.cpp2752 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
4627 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
4906 if (!(isa<CompileJobAction>(HostAction) || in BuildOffloadingActions()
4950 if (isa<CompileJobAction>(HostAction) && Kind == Action::OFK_SYCL && in BuildOffloadingActions()
4980 if (isa<CompileJobAction>(A) && isa<CompileJobAction>(HostAction) && in BuildOffloadingActions()
5077 }) && isa<CompileJobAction>(HostAction); in BuildOffloadingActions()
5166 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
5168 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
5170 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
5175 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h463 class CompileJobAction : public JobAction {
467 CompileJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp112 isa<driver::CompileJobAction>(Actions.front()) || in ignoreExtraCC1Commands()
116 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp829 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
H A DClang.cpp5214 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()
6089 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()
7689 isa<CompileJobAction>(JA)) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1301 …eJobActionC1EPNS0_6ActionENS0_5types2IDE", "clang::driver::CompileJobAction::CompileJobAction(clan…
1302 …eJobActionC2EPNS0_6ActionENS0_5types2IDE", "clang::driver::CompileJobAction::CompileJobAction(clan…
1319 {"_ZN5clang6driver16CompileJobActionD1Ev", "clang::driver::CompileJobAction::~CompileJobAction()"},
1320 {"_ZN5clang6driver16CompileJobActionD0Ev", "clang::driver::CompileJobAction::~CompileJobAction()"},
26319 {"_ZTVN5clang6driver16CompileJobActionE", "vtable for clang::driver::CompileJobAction"},