Home
last modified time | relevance | path

Searched defs:FieldListRecord (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h388 explicit FieldListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FieldListRecord() function
389 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord() function
H A DSimpleTypeSerializer.h17 class FieldListRecord; variable