Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getProto

382   std::string getProto() const { return Proto; }
2018 if (Def->getProto()[0] == 'v' || Def->getProto()[0] == 'f' ||
2019 Def->getProto()[0] == 'F')
2027 std::string Proto = Def->getProto();