Home
last modified time | relevance | path

Searched refs:UnionRecord (Results 1 – 16 of 16) 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() argument
530 static ErrorOr<UnionRecord> deserialize(TypeRecordKind Kind,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp70 return getHashForUdt<UnionRecord>(Rec); in hashTypeRecord()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h479 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/
DTpiStream.cpp109 Error visitUnion(UnionRecord &Rec) override { return verify(Rec); } in visitUnion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp110 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
DTypeRecordMapping.cpp231 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, UnionRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp261 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp313 UnionRecord &Union) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp207 static UnionRecord Union(1, ClassOptions::None, TypeIndex(34), 10, "MyUnion",
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp525 template <> void LeafRecordImpl<UnionRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2080 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerTypeUnion()
2101 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()