Searched refs:UnionRecord (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash() 58 codeview::UnionRecord Union;
|
| H A D | NativeTypeUDT.h | 27 codeview::UnionRecord Union); 64 Optional<codeview::UnionRecord> Union;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.cpp | 95 return getTagRecordHashForUdt<UnionRecord>(Type); in hashTagRecord() 112 return getHashForUdt<UnionRecord>(Rec); in hashTypeRecord()
|
| H A D | NativeTypeUDT.cpp | 25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
|
| H A D | SymbolCache.cpp | 209 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.cpp | 39 UdtOptions = getUdtOptions<UnionRecord>(std::move(CVT)); in isUdtForwardRef()
|
| H A D | RecordName.cpp | 111 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 260 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 441 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, UnionRecord &Record) { in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 497 struct UnionRecord : public TagRecord { struct 498 UnionRecord() = default; 499 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in UnionRecord() function 500 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 345 UnionRecord &Union) { in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 529 template <> void LeafRecordImpl<UnionRecord>::map(IO &IO) { in map()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2343 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerTypeUnion() 2364 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|