/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.h | 27 codeview::EnumRecord Record); 63 const codeview::EnumRecord &getEnumRecord() const { return *Record; } in getEnumRecord() 67 std::optional<codeview::EnumRecord> Record;
|
H A D | TpiHashing.h | 27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash() 57 codeview::EnumRecord Enum;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.h | 57 const llvm::codeview::EnumRecord &asEnum() const { in asEnum() 78 CVTagRecord(llvm::codeview::EnumRecord &&e); 81 llvm::codeview::EnumRecord cvenum;
|
H A D | PdbUtil.cpp | 214 EnumRecord er; in create() 215 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(type, er)); in create() 228 CVTagRecord::CVTagRecord(EnumRecord &&e) : cvenum(std::move(e)), m_kind(Enum) {} in CVTagRecord() 499 EnumRecord er; in IsForwardRefUdt() 510 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in IsForwardRefUdt() 583 EnumRecord er; in GetFieldListIndex() 584 cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in GetFieldListIndex() 1097 EnumRecord record; in GetSizeOfType() 1098 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, record)); in GetSizeOfType()
|
H A D | DWARFLocationExpression.cpp | 97 EnumRecord er; in GetIntegralTypeInfo() 98 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in GetIntegralTypeInfo()
|
H A D | SymbolFileNativePDB.h | 32 class EnumRecord; variable 205 const llvm::codeview::EnumRecord &er,
|
H A D | UdtRecordCompleter.h | 48 llvm::codeview::EnumRecord er;
|
H A D | PdbAstBuilder.h | 105 const llvm::codeview::EnumRecord &record);
|
H A D | UdtRecordCompleter.cpp | 51 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, m_cvr.er)); in UdtRecordCompleter()
|
H A D | SymbolFileNativePDB.cpp | 670 const EnumRecord &er, in CreateTagType() 743 EnumRecord er; in CreateType() 744 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in CreateType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiHashing.cpp | 97 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord() 114 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()
|
H A D | NativeTypeEnum.cpp | 119 TypeIndex Index, EnumRecord Record) in NativeTypeEnum()
|
H A D | SymbolCache.cpp | 202 Id = createSymbolForType<NativeTypeEnum, EnumRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | APIRecords.inc | 40 CONCRETE_RECORD(EnumRecord, TagRecord, RK_Enum) 91 RECORD_CONTEXT(EnumRecord, RK_Enum)
|
H A D | API.h | 633 struct EnumRecord : TagRecord { struct 634 EnumRecord(StringRef USR, StringRef Name, SymbolReference Parent,
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp | 129 void EnumRecord::anchor() {} in anchor()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.cpp | 36 UdtOptions = getUdtOptions<EnumRecord>(std::move(CVT)); in isUdtForwardRef()
|
H A D | RecordName.cpp | 120 Error TypeNameComputer::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 273 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 474 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, EnumRecord &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 519 class EnumRecord : public TagRecord { 521 EnumRecord() = default; 522 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in EnumRecord() function 523 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 76 Error visitKnownRecord(CVType &Record, EnumRecord &Enum) override; 381 Error visitKnownRecord(CVType &Record, EnumRecord &Enum, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 362 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 105 GetName(EnumRecord(RK)); in getRecordName() 589 Error LVTypeVisitor::visitKnownRecord(CVType &Record, EnumRecord &Enum) { in visitKnownRecord() 2047 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, EnumRecord &Enum, in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 542 template <> void LeafRecordImpl<EnumRecord>::map(IO &IO) { in map()
|