Lines Matching refs:Field
338 // bits initializer will resolve into VarBitInit to keep the field name and bit
346 // resolveReferences - If there are any field references that refer to fields
1096 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName))
1097 return Field->getType();
1557 if (getPrefix()) OS << "field ";
1619 if (RV == &Values[i]) // Skip resolve the same field as the given one
1678 /// or abort if the field does not exist.
1684 "' does not have a field named `" + FieldName + "'!\n");
1689 /// getValueAsString - This method looks up the specified field and returns its
1690 /// value as a string, aborts if the field does not exist or if
1697 "' does not have a field named `" + FieldName + "'!\n");
1701 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1705 /// getValueAsBitsInit - This method looks up the specified field and returns
1706 /// its value as a BitsInit, aborts if the field does not exist or if
1713 "' does not have a field named `" + FieldName + "'!\n");
1717 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1721 /// getValueAsListInit - This method looks up the specified field and returns
1722 /// its value as a ListInit, aborting if the field does not exist or if
1729 "' does not have a field named `" + FieldName + "'!\n");
1733 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1737 /// getValueAsListOfDefs - This method looks up the specified field and returns
1738 /// its value as a vector of records, aborting if the field does not exist
1749 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1755 /// getValueAsInt - This method looks up the specified field and returns its
1756 /// value as an int64_t, aborting if the field does not exist or if the value
1763 "' does not have a field named `" + FieldName + "'!\n");
1767 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1771 /// getValueAsListOfInts - This method looks up the specified field and returns
1772 /// its value as a vector of integers, aborting if the field does not exist or
1783 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1789 /// getValueAsListOfStrings - This method looks up the specified field and
1790 /// returns its value as a vector of strings, aborting if the field does not
1801 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1807 /// getValueAsDef - This method looks up the specified field and returns its
1808 /// value as a Record, aborting if the field does not exist or if the value
1815 "' does not have a field named `" + FieldName + "'!\n");
1819 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1823 /// getValueAsBit - This method looks up the specified field and returns its
1824 /// value as a bit, aborting if the field does not exist or if the value is
1831 "' does not have a field named `" + FieldName + "'!\n");
1835 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1843 "' does not have a field named `" + FieldName.str() + "'!\n");
1852 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1856 /// getValueAsDag - This method looks up the specified field and returns its
1857 /// value as an Dag, aborting if the field does not exist or if the value is
1864 "' does not have a field named `" + FieldName + "'!\n");
1868 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +