| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-record-definition.m | 16 UnionRecord rec; 27 UnionRecord rec;
|
| H A D | merge-record-definition-nonmodular.m | 22 UnionRecord rec; 37 UnionRecord rec;
|
| H A D | merge-record-definition-visibility.m | 17 UnionRecord rec;
|
| /llvm-project-15.0.7/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 | 31 codeview::UnionRecord Union); 68 Optional<codeview::UnionRecord> Union;
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.h | 63 const llvm::codeview::UnionRecord &asUnion() const { in asUnion() 78 CVTagRecord(llvm::codeview::UnionRecord &&u); 83 llvm::codeview::UnionRecord cvunion;
|
| H A D | PdbUtil.cpp | 83 UnionRecord ur; in create() 84 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(type, ur)); in create() 100 CVTagRecord::CVTagRecord(UnionRecord &&u) in CVTagRecord() 372 UnionRecord ur; in IsForwardRefUdt() 381 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur)); in IsForwardRefUdt() 452 UnionRecord ur; in GetFieldListIndex() 453 cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur)); in GetFieldListIndex() 1012 return GetSizeOfTypeInternal<UnionRecord>(cvt); in GetSizeOfType()
|
| H A D | UdtRecordCompleter.h | 45 llvm::codeview::UnionRecord ur;
|
| H A D | SymbolFileNativePDB.h | 33 struct UnionRecord; 205 const llvm::codeview::UnionRecord &ur,
|
| H A D | UdtRecordCompleter.cpp | 47 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, m_cvr.ur)); in UdtRecordCompleter()
|
| H A D | SymbolFileNativePDB.cpp | 587 const UnionRecord &ur, in CreateTagType() 676 UnionRecord ur; in CreateType() 677 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur)); in CreateType()
|
| /llvm-project-15.0.7/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 | 26 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
|
| H A D | SymbolCache.cpp | 214 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDefCopy.framework/Headers/ |
| H A D | RecordDefCopy.h | 17 typedef union _UnionRecord UnionRecord; typedef
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDef.framework/Headers/ |
| H A D | RecordDef.h | 17 typedef union _UnionRecord UnionRecord; typedef
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDefHidden.framework/Headers/ |
| H A D | Hidden.h | 17 typedef union _UnionRecord UnionRecord; typedef
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.cpp | 39 UdtOptions = getUdtOptions<UnionRecord>(std::move(CVT)); in isUdtForwardRef()
|
| H A D | RecordName.cpp | 115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 261 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 461 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, UnionRecord &Record) { in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 498 struct UnionRecord : public TagRecord { struct 499 UnionRecord() = default; 500 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in UnionRecord() argument 501 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 348 UnionRecord &Union) { in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 206 static UnionRecord Union(1, ClassOptions::None, TypeIndex(34), 10, "MyUnion",
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 532 template <> void LeafRecordImpl<UnionRecord>::map(IO &IO) { in map()
|