Home
last modified time | relevance | path

Searched refs:ActionList (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h49 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) {} in Action()
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
133 : Action(Kind, ActionList({Input}), Input->getType()) {} in Action()
134 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action()
145 ActionList &getInputs() { return Inputs; } in getInputs()
146 const ActionList &getInputs() const { return Inputs; } in getInputs()
[all …]
H A DCompilation.h76 ActionList Actions;
195 ActionList &getActions() { return Actions; } in getActions()
196 const ActionList &getActions() const { return Actions; } in getActions()
H A DUtil.h26 typedef SmallVector<Action*, 3> ActionList; typedef
H A DDriver.h284 const InputList &Inputs, ActionList &Actions) const;
412 const InputList &Inputs, ActionList &Actions) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp314 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
367 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction()
372 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
377 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
382 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
407 OffloadBundlingJobAction::OffloadBundlingJobAction(ActionList &Inputs) in OffloadBundlingJobAction()
417 OffloadWrapperJobAction::OffloadWrapperJobAction(ActionList &Inputs, in OffloadWrapperJobAction()
423 StaticLibJobAction::StaticLibJobAction(ActionList &Inputs, types::ID Type) in StaticLibJobAction()
H A DDriver.cpp1997 const ActionList *AL = &A->getInputs();
2062 ActionList &Actions = C.getActions(); in BuildUniversalActions()
2090 ActionList SingleActions; in BuildUniversalActions()
2106 ActionList Inputs; in BuildUniversalActions()
2129 ActionList Inputs; in BuildUniversalActions()
2444 virtual void appendTopLevelActions(ActionList &AL) {} in appendTopLevelActions()
2447 virtual void appendLinkDeviceActions(ActionList &AL) {} in appendLinkDeviceActions()
2450 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions()
2499 ActionList CudaDeviceActions;
2620 void appendTopLevelActions(ActionList &AL) override { in appendTopLevelActions()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp94 const driver::ActionList &Actions = Compilation->getActions(); in getCC1Arguments()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp808 using ActionList = std::list<std::unique_ptr<MatchAction>>; typedef in __anon332dbd1e0111::RuleMatcher
809 using action_iterator = ActionList::iterator;
821 ActionList Actions;