/freebsd/contrib/llvm-project/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 | 30 codeview::UnionRecord Union); 67 std::optional<codeview::UnionRecord> Union;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.h | 62 const llvm::codeview::UnionRecord &asUnion() const { in asUnion() 77 CVTagRecord(llvm::codeview::UnionRecord &&u); 82 llvm::codeview::UnionRecord cvunion;
|
H A D | PdbUtil.cpp | 209 UnionRecord ur; in create() 210 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(type, ur)); in create() 226 CVTagRecord::CVTagRecord(UnionRecord &&u) in CVTagRecord() 498 UnionRecord ur; in IsForwardRefUdt() 507 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur)); in IsForwardRefUdt() 578 UnionRecord ur; in GetFieldListIndex() 579 cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur)); in GetFieldListIndex() 1110 return GetSizeOfTypeInternal<UnionRecord>(cvt); in GetSizeOfType()
|
H A D | SymbolFileNativePDB.h | 35 struct UnionRecord; 208 const llvm::codeview::UnionRecord &ur,
|
H A D | UdtRecordCompleter.h | 46 llvm::codeview::UnionRecord ur;
|
H A D | UdtRecordCompleter.cpp | 55 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, m_cvr.ur)); in UdtRecordCompleter()
|
H A D | SymbolFileNativePDB.cpp | 664 const UnionRecord &ur, in CreateTagType() 749 UnionRecord ur; in CreateType() 750 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur)); in CreateType()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.cpp | 39 UdtOptions = getUdtOptions<UnionRecord>(std::move(CVT)); in isUdtForwardRef() 178 return getUdtSize<UnionRecord>(std::move(CVT)); in getSizeInBytesForTypeRecord()
|
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 | 460 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, UnionRecord &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | APIRecords.inc | 46 CONCRETE_RECORD(UnionRecord, APIRecord, RK_Union) 93 RECORD_CONTEXT(UnionRecord, RK_Union)
|
H A D | API.h | 756 struct UnionRecord : RecordRecord { struct 757 UnionRecord(StringRef USR, StringRef Name, SymbolReference Parent, in UnionRecord() argument
|
H A D | ExtractAPIVisitor.h | 578 API.createRecord<UnionRecord>( in VisitRecordDecl()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp | 133 void UnionRecord::anchor() {} in anchor()
|
/freebsd/contrib/llvm-project/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() function 501 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 81 Error visitKnownRecord(CVType &Record, UnionRecord &Union) override; 401 Error visitKnownRecord(CVType &Record, UnionRecord &Union, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 350 UnionRecord &Union) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 103 GetName(UnionRecord(RK)); in getRecordName() 654 Error LVTypeVisitor::visitKnownRecord(CVType &Record, UnionRecord &Union) { in visitKnownRecord() 2447 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, UnionRecord &Union, in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 533 template <> void LeafRecordImpl<UnionRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2504 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerCompleteTypeUnion() 2525 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerRecordFieldList()
|