Home | History | Annotate | Download | only in TableGen

Lines Matching defs:dump

90 void RecTy::dump() const { print(errs()); }
429 void Init::dump() const { return print(errs()); }
1639 void RecordVal::dump() const { errs() << *this; }
1736 void Record::dump() const { errs() << *this; }
1972 void MultiClass::dump() const {
1974 Rec.dump();
1981 (*r)->dump();
1986 void RecordKeeper::dump() const { errs() << *this; }