Searched refs:GenericField (Results 1 – 2 of 2) sorted by relevance
430 DT_FIELD *GenericField; in DtDetectAllLabels() local435 GenericField = FieldList; in DtDetectAllLabels()444 while (GenericField) in DtDetectAllLabels()446 Info = DtGetGenericTableInfo (GenericField->Name); in DtDetectAllLabels()451 GenericField->TableOffset = TableOffset; in DtDetectAllLabels()452 TableOffset += DtGetFieldLength (GenericField, Info); in DtDetectAllLabels()458 DtInsertLabelField (GenericField); in DtDetectAllLabels()462 GenericField = GenericField->Next; in DtDetectAllLabels()
55 struct GenericField { struct63 GenericField(StringRef Name) : Name(std::string(Name)) {} in GenericField() argument69 SmallVector<GenericField, 1> Fields;79 SmallVector<GenericField, 2> Fields;85 const GenericField *getFieldByName(StringRef Name) const { in getFieldByName()116 std::string primaryRepresentation(SMLoc Loc, const GenericField &Field, in primaryRepresentation()160 const GenericField &Field, TypeContext Ctx) { in searchableFieldType()199 bool parseFieldType(GenericField &Field, Init *II);399 const GenericField &Field = Index.Fields[0]; in emitLookupFunction()421 const GenericField &Field = Index.Fields[0]; in emitLookupFunction()[all …]