Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NewRec

1219     Record *NewRec = new Record("anonymous.val."+utostr(AnonCounter++),
1227 // Add info about the subclass to NewRec.
1228 if (AddSubClass(NewRec, SCRef))
1230 NewRec->resolveReferences();
1231 Records.addDef(NewRec);
1234 return DefInit::get(NewRec);