Home | History | Annotate | Download | only in Driver

Lines Matching refs:ActionList

831   for (ActionList::const_iterator it = C.getActions().begin(),
852 ActionList &Actions) const {
884 ActionList SingleActions;
902 ActionList Inputs;
927 ActionList Inputs;
1122 const InputList &Inputs, ActionList &Actions) const {
1178 ActionList LinkerInputs;
1354 for (ActionList::const_iterator it = C.getActions().begin(),
1376 for (ActionList::const_iterator it = C.getActions().begin(),
1452 const ActionList *&Inputs) {
1531 const ActionList *Inputs = &A->getInputs();
1540 for (ActionList::const_iterator it = Inputs->begin(), ie = Inputs->end();