Home
last modified time | relevance | path

Searched refs:UnionRecord (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Modules/
H A Dmerge-record-definition.m16 UnionRecord rec;
27 UnionRecord rec;
H A Dmerge-record-definition-nonmodular.m22 UnionRecord rec;
37 UnionRecord rec;
H A Dmerge-record-definition-visibility.m17 UnionRecord rec;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash()
58 codeview::UnionRecord Union;
H A DNativeTypeUDT.h31 codeview::UnionRecord Union);
68 Optional<codeview::UnionRecord> Union;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h63 const llvm::codeview::UnionRecord &asUnion() const { in asUnion()
78 CVTagRecord(llvm::codeview::UnionRecord &&u);
83 llvm::codeview::UnionRecord cvunion;
H A DPdbUtil.cpp83 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 DUdtRecordCompleter.h45 llvm::codeview::UnionRecord ur;
H A DSymbolFileNativePDB.h33 struct UnionRecord;
205 const llvm::codeview::UnionRecord &ur,
H A DUdtRecordCompleter.cpp47 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, m_cvr.ur)); in UdtRecordCompleter()
H A DSymbolFileNativePDB.cpp587 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 DTpiHashing.cpp95 return getTagRecordHashForUdt<UnionRecord>(Type); in hashTagRecord()
112 return getHashForUdt<UnionRecord>(Rec); in hashTypeRecord()
H A DNativeTypeUDT.cpp26 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
H A DSymbolCache.cpp214 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 DRecordDefCopy.h17 typedef union _UnionRecord UnionRecord; typedef
/llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDef.framework/Headers/
H A DRecordDef.h17 typedef union _UnionRecord UnionRecord; typedef
/llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDefHidden.framework/Headers/
H A DHidden.h17 typedef union _UnionRecord UnionRecord; typedef
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp39 UdtOptions = getUdtOptions<UnionRecord>(std::move(CVT)); in isUdtForwardRef()
H A DRecordName.cpp115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp261 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
H A DTypeRecordMapping.cpp461 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, UnionRecord &Record) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h498 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 DMinimalTypeDumper.cpp348 UnionRecord &Union) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp206 static UnionRecord Union(1, ClassOptions::None, TypeIndex(34), 10, "MyUnion",
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp532 template <> void LeafRecordImpl<UnionRecord>::map(IO &IO) { in map()

12