Searched refs:UnionRecord (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 47 TypeIndex writeUnion(const UnionRecord &Record);
|
D | TypeRecord.h | 522 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/ |
D | TypeRecord.cpp | 145 ErrorOr<UnionRecord> UnionRecord::deserialize(TypeRecordKind Kind, in deserialize() 161 return UnionRecord(L->MemberCount, Options, Hfa, L->FieldList, Size, Name, in deserialize()
|
D | TypeTableBuilder.cpp | 131 TypeIndex TypeTableBuilder::writeUnion(const UnionRecord &Record) { in writeUnion()
|
D | TypeDumper.cpp | 275 Error CVTypeDumper::visitUnion(UnionRecord &Union) { in visitUnion()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 109 Error visitUnion(UnionRecord &Rec) override { return verify(Rec); } in visitUnion()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1583 TypeTable.writeUnion(UnionRecord(0, CO, HfaKind::None, TypeIndex(), 0, in lowerTypeUnion() 1605 UnionRecord(FieldCount, CO, HfaKind::None, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|