Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h498 struct UnionRecord : public TagRecord { struct
500 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in UnionRecord() argument
501 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord() function
507 HfaKind getHfa() const { in getHfa()
513 uint64_t getSize() const { return Size; } in getSize()
515 uint64_t Size = 0;