OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackendJobAction
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
355
void
BackendJobAction
::anchor() {}
357
BackendJobAction
::
BackendJobAction
(Action *Input, types::ID OutputType)
Driver.cpp
2048
if (isa<CompileJobAction>(A) || isa<
BackendJobAction
>(A) ||
3235
auto *ASM = C.MakeAction<
BackendJobAction
>(BC, types::TY_PP_Asm);
3969
return C.MakeAction<
BackendJobAction
>(Input, Output);
3977
return C.MakeAction<
BackendJobAction
>(Input, Output);
3979
return C.MakeAction<
BackendJobAction
>(Input, types::TY_PP_Asm);
4292
auto *BJ = dyn_cast<
BackendJobAction
>(ActionInfo[1].JA);
4324
auto *BJ = dyn_cast<
BackendJobAction
>(ActionInfo[1].JA);
4346
auto *BJ = dyn_cast<
BackendJobAction
>(ActionInfo[0].JA);
4621
if (const
BackendJobAction
*BA = dyn_cast<
BackendJobAction
>(A))
[
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)) &&
4513
(isa<
BackendJobAction
>(JA) || isa<AssembleJobAction>(JA))) {
5146
if (isa<
BackendJobAction
>(JA)) {
5171
isa<
BackendJobAction
>(JA));
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h
473
class
BackendJobAction
: public JobAction {
477
BackendJobAction
(Action *Input, types::ID OutputType);
Completed in 53 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026