Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Def

1473   if (const RecordVal *RV = Def->getValue(FieldName))
1480 return Def->getValue(FieldName)->getValue();
1485 return Def->getName();
1665 // Every record potentially has a def at the top. This value is
1666 // replaced with the top-level def name at instantiation time.
1703 // there might be default values for arguments of this def. Those
1706 // this def.
1928 FieldName + "' does not have a def initializer!");
2008 OS << "def " << *I->second;