Home | History | Annotate | Download | only in Driver

Lines Matching refs:Act

915     Action *Act = SingleActions[i];
923 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
925 << types::getTypeName(Act->getType());
929 Inputs.push_back(new BindArchAction(Act, Archs[i]));
936 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
939 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
951 if (Act->getType() == types::TY_Image) {