HomeSort by relevance Sort by last modified time
    Searched refs:ActionList (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
Action.h 37 typedef ActionList::size_type size_type;
38 typedef ActionList::iterator iterator;
39 typedef ActionList::const_iterator const_iterator;
69 ActionList Inputs;
82 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type)
95 ActionList &getInputs() { return Inputs; }
96 const ActionList &getInputs() const { return Inputs; }
140 JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type);
222 LinkJobAction(ActionList &Inputs, types::ID Type);
232 LipoJobAction(ActionList &Inputs, types::ID Type)
    [all...]
Compilation.h 49 ActionList Actions;
91 ActionList &getActions() { return Actions; }
92 const ActionList &getActions() const { return Actions; }
Driver.h 284 const InputList &Inputs, ActionList &Actions) const;
295 ActionList &Actions) const;
  /external/clang/lib/Driver/
Action.cpp 62 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type)
110 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type)
116 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type)
122 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type)
135 VerifyJobAction::VerifyJobAction(ActionClass Kind, ActionList &Inputs,
Compilation.cpp 43 for (ActionList::iterator it = Actions.begin(), ie = Actions.end();
Driver.cpp 856 for (ActionList::const_iterator it = C.getActions().begin(),
879 ActionList &Actions) const {
908 ActionList SingleActions;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 424 SmallVector<ActionHandler *, 4> ActionList;
440 parseEHActions(ActionsCall, ActionList);
441 processCallSite(ActionList, II);
442 ActionList.clear();
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 142 for (driver::ActionList::const_iterator I = A->begin(), E = A->end();
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 680 SmallVector<ActionHandler *, 4> ActionList;
681 parseEHActions(EHActions, ActionList);
682 for (auto *Action : ActionList) {
721 DeleteContainerPointers(ActionList);
722 ActionList.clear();
    [all...]

Completed in 296 milliseconds