OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionList
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Util.h
25
///
ActionList
- Type used for lists of actions.
26
typedef SmallVector<Action*, 3>
ActionList
;
Action.h
49
using size_type =
ActionList
::size_type;
50
using input_iterator =
ActionList
::iterator;
51
using input_const_iterator =
ActionList
::const_iterator;
105
ActionList
Inputs;
129
Action(ActionClass Kind, types::ID Type) : Action(Kind,
ActionList
(), Type) {}
131
: Action(Kind,
ActionList
({Input}), Type) {}
133
: Action(Kind,
ActionList
({Input}), Input->getType()) {}
134
Action(ActionClass Kind, const
ActionList
&Inputs, types::ID Type)
145
ActionList
&getInputs() { return Inputs; }
146
const
ActionList
&getInputs() const { return Inputs;
[
all
...]
Compilation.h
76
ActionList
Actions;
195
ActionList
&getActions() { return Actions; }
196
const
ActionList
&getActions() const { return Actions; }
Driver.h
284
const InputList &Inputs,
ActionList
&Actions) const;
412
const InputList &Inputs,
ActionList
&Actions) const;
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
314
JobAction::JobAction(ActionClass Kind, const
ActionList
&Inputs, types::ID Type)
367
IfsMergeJobAction::IfsMergeJobAction(
ActionList
&Inputs, types::ID Type)
372
LinkJobAction::LinkJobAction(
ActionList
&Inputs, types::ID Type)
377
LipoJobAction::LipoJobAction(
ActionList
&Inputs, types::ID Type)
382
DsymutilJobAction::DsymutilJobAction(
ActionList
&Inputs, types::ID Type)
407
OffloadBundlingJobAction::OffloadBundlingJobAction(
ActionList
&Inputs)
417
OffloadWrapperJobAction::OffloadWrapperJobAction(
ActionList
&Inputs,
423
StaticLibJobAction::StaticLibJobAction(
ActionList
&Inputs, types::ID Type)
Driver.cpp
1997
const
ActionList
*AL = &A->getInputs();
2062
ActionList
&Actions = C.getActions();
2090
ActionList
SingleActions;
2106
ActionList
Inputs;
2129
ActionList
Inputs;
2444
virtual void appendTopLevelActions(
ActionList
&AL) {}
2447
virtual void appendLinkDeviceActions(
ActionList
&AL) {}
2450
virtual Action* appendLinkHostActions(
ActionList
&AL) { return nullptr; }
2499
ActionList
CudaDeviceActions;
2620
void appendTopLevelActions(
ActionList
&AL) override
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp
94
const driver::
ActionList
&Actions = Compilation->getActions();
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
808
using
ActionList
= std::list<std::unique_ptr<MatchAction>>;
809
using action_iterator =
ActionList
::iterator;
821
ActionList
Actions;
Completed in 38 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026