Searched refs:FieldListRecord (Results 1 – 7 of 7) sorted by relevance
17 class FieldListRecord; variable32 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
384 class FieldListRecord : public TypeRecord {386 FieldListRecord() = default;387 explicit FieldListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FieldListRecord() function388 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord() function
107 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase {454 void LeafRecordImpl<FieldListRecord>::map(IO &IO) { in map()491 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()496 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord()
65 FieldListRecord &FieldList) { in visitKnownRecord()
211 FieldListRecord &FieldList) { in visitKnownRecord()
591 FieldListRecord &Record) { in visitKnownRecord()
287 FieldListRecord &FieldList) { in visitKnownRecord()