Searched refs:ActionList (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Action.h | 49 using size_type = ActionList::size_type; 50 using input_iterator = ActionList::iterator; 51 using input_const_iterator = ActionList::const_iterator; 108 ActionList Inputs; 137 : Action(Kind, ActionList({Input}), Type) {} in Action() 151 ActionList &getInputs() { return Inputs; } in getInputs() 152 const ActionList &getInputs() const { return Inputs; } in getInputs() 288 ActionList DeviceActions; 538 LinkJobAction(ActionList &Inputs, types::ID Type); 549 LipoJobAction(ActionList &Inputs, types::ID Type); [all …]
|
| H A D | Compilation.h | 76 ActionList Actions; 202 ActionList &getActions() { return Actions; } in getActions() 203 const ActionList &getActions() const { return Actions; } in getActions()
|
| H A D | Util.h | 25 typedef SmallVector<Action*, 3> ActionList; typedef
|
| H A D | Driver.h | 317 const InputList &Inputs, ActionList &Actions) const; 445 const InputList &Inputs, ActionList &Actions) const;
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Action.cpp | 325 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() 383 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction() 388 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() 393 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction() 398 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction() 423 OffloadBundlingJobAction::OffloadBundlingJobAction(ActionList &Inputs) in OffloadBundlingJobAction() 433 OffloadWrapperJobAction::OffloadWrapperJobAction(ActionList &Inputs, in OffloadWrapperJobAction() 439 OffloadPackagerJobAction::OffloadPackagerJobAction(ActionList &Inputs, in OffloadPackagerJobAction() 445 LinkerWrapperJobAction::LinkerWrapperJobAction(ActionList &Inputs, in LinkerWrapperJobAction() 451 StaticLibJobAction::StaticLibJobAction(ActionList &Inputs, types::ID Type) in StaticLibJobAction()
|
| H A D | Driver.cpp | 2274 ActionList SingleActions; in BuildUniversalActions() 2290 ActionList Inputs; in BuildUniversalActions() 2313 ActionList Inputs; in BuildUniversalActions() 3239 ActionList AL; in getDeviceDependences() 3248 ActionList AL; in getDeviceDependences() 3353 ActionList Actions; in appendLinkDeviceActions() 3769 ActionList OffloadAL; in appendTopLevelActions() 3812 ActionList DeviceAL; in makeHostLinkAction() 4062 ActionList LinkerInputs; in BuildActions() 4063 ActionList MergerInputs; in BuildActions() [all …]
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 89 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 823 using ActionList = std::list<std::unique_ptr<MatchAction>>; typedef in __anoncee47b830111::RuleMatcher 824 using action_iterator = ActionList::iterator; 836 ActionList Actions;
|