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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h503 struct UnionRecord : public TagRecord { struct in namespace:llvm::codeview
505 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} function in struct:llvm::codeview::UnionRecord
506 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, function in struct:llvm::codeview::UnionRecord

Completed in 115 milliseconds