Home | History | Annotate | Download | only in Driver

Lines Matching refs:ActionList

856   for (ActionList::const_iterator it = C.getActions().begin(),
877 ActionList &Actions) const {
909 ActionList SingleActions;
927 ActionList Inputs;
952 ActionList Inputs;
960 ActionList VerifyInputs;
1150 const InputList &Inputs, ActionList &Actions) const {
1167 ActionList LinkerInputs;
1168 ActionList SplitInputs;
1337 for (ActionList::const_iterator it = C.getActions().begin(),
1359 for (ActionList::const_iterator it = C.getActions().begin(),
1435 const ActionList *&Inputs) {
1511 const ActionList *Inputs = &A->getInputs();
1520 for (ActionList::const_iterator it = Inputs->begin(), ie = Inputs->end();