/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() argument 530 static ErrorOr<UnionRecord> deserialize(TypeRecordKind Kind,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiHashing.cpp | 70 return getHashForUdt<UnionRecord>(Rec); in hashTypeRecord()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 479 struct UnionRecord : public TagRecord { struct 480 UnionRecord() = default; 481 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in UnionRecord() argument 482 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord() function
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 109 Error visitUnion(UnionRecord &Rec) override { return verify(Rec); } in visitUnion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 110 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 231 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, UnionRecord &Record) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 261 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 313 UnionRecord &Union) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 207 static UnionRecord Union(1, ClassOptions::None, TypeIndex(34), 10, "MyUnion",
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 525 template <> void LeafRecordImpl<UnionRecord>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2080 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerTypeUnion() 2101 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|