Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h47 TypeIndex writeUnion(const UnionRecord &Record);
DTypeRecord.h522 struct UnionRecord : public TagRecord { struct
523 UnionRecord(uint16_t MemberCount, ClassOptions Options, HfaKind Hfa, in UnionRecord() function
530 static ErrorOr<UnionRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp145 ErrorOr<UnionRecord> UnionRecord::deserialize(TypeRecordKind Kind, in deserialize()
161 return UnionRecord(L->MemberCount, Options, Hfa, L->FieldList, Size, Name, in deserialize()
DTypeTableBuilder.cpp131 TypeIndex TypeTableBuilder::writeUnion(const UnionRecord &Record) { in writeUnion()
DTypeDumper.cpp275 Error CVTypeDumper::visitUnion(UnionRecord &Union) { in visitUnion()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp109 Error visitUnion(UnionRecord &Rec) override { return verify(Rec); } in visitUnion()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1583 TypeTable.writeUnion(UnionRecord(0, CO, HfaKind::None, TypeIndex(), 0, in lowerTypeUnion()
1605 UnionRecord(FieldCount, CO, HfaKind::None, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()