OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileJobAction
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
350
void
CompileJobAction
::anchor() {}
352
CompileJobAction
::
CompileJobAction
(Action *Input, types::ID OutputType)
Driver.cpp
2048
if (isa<
CompileJobAction
>(A) || isa<BackendJobAction>(A) ||
3173
if (isa<
CompileJobAction
>(HostAction)) {
3182
assert(isa<
CompileJobAction
>(A));
3838
Current = C.MakeAction<
CompileJobAction
>(Current, types::TY_IFS_CPP);
3947
return C.MakeAction<
CompileJobAction
>(Input, types::TY_Nothing);
3949
return C.MakeAction<
CompileJobAction
>(Input, types::TY_RewrittenObjC);
3951
return C.MakeAction<
CompileJobAction
>(Input,
3958
return C.MakeAction<
CompileJobAction
>(Input, types::TY_AST);
3960
return C.MakeAction<
CompileJobAction
>(Input, types::TY_ModuleFile);
3963
return C.MakeAction<
CompileJobAction
>(Input, types::TY_LLVM_BC)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Flang.cpp
73
} else if (isa<
CompileJobAction
>(JA) || isa<BackendJobAction>(JA)) {
Clang.cpp
972
if (isa<
CompileJobAction
>(A) || isa<BackendJobAction>(A))
4416
assert((isa<
CompileJobAction
>(JA) || isa<BackendJobAction>(JA)) &&
5170
(isa<AssembleJobAction>(JA) || isa<
CompileJobAction
>(JA) ||
6483
//
CompileJobAction
, use -disable-llvm-passes to get pristine IR generated
6493
isa<
CompileJobAction
>(JA))
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h
462
class
CompileJobAction
: public JobAction {
466
CompileJobAction
(Action *Input, types::ID OutputType);
/src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp
110
isa<driver::
CompileJobAction
>(Actions.front()) ||
114
isa<driver::
CompileJobAction
>(*Actions.front()->input_begin())));
Completed in 653 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026