Searched defs:EnumRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h524 class EnumRecord : public TagRecord { class in namespace:llvm::codeview
527 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {} function in class:llvm::codeview::EnumRecord
528 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, function in class:llvm::codeview::EnumRecord

Completed in 112 milliseconds