/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeEnum.h | 26 codeview::EnumRecord Record); 62 const codeview::EnumRecord &getEnumRecord() const { return *Record; } in getEnumRecord() 66 Optional<codeview::EnumRecord> Record;
|
D | TpiHashing.h | 27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash() 57 codeview::EnumRecord Enum;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeEnum.h | 26 codeview::EnumRecord Record); 62 const codeview::EnumRecord &getEnumRecord() const { return *Record; } in getEnumRecord() 66 Optional<codeview::EnumRecord> Record;
|
D | TpiHashing.h | 27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash() 57 codeview::EnumRecord Enum;
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.h | 58 const llvm::codeview::EnumRecord &asEnum() const { in asEnum() 79 CVTagRecord(llvm::codeview::EnumRecord &&e); 82 llvm::codeview::EnumRecord cvenum;
|
D | PdbUtil.cpp | 67 EnumRecord er; in create() 68 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(type, er)); in create() 81 CVTagRecord::CVTagRecord(EnumRecord &&e) : cvenum(std::move(e)), m_kind(Enum) {} in CVTagRecord() 352 EnumRecord er; in IsForwardRefUdt() 363 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in IsForwardRefUdt() 436 EnumRecord er; in GetFieldListIndex() 437 cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in GetFieldListIndex() 859 EnumRecord record; in GetSizeOfType() 860 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, record)); in GetSizeOfType()
|
D | DWARFLocationExpression.cpp | 96 EnumRecord er; in GetIntegralTypeInfo() 97 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, er)); in GetIntegralTypeInfo()
|
D | UdtRecordCompleter.h | 47 llvm::codeview::EnumRecord er;
|
D | SymbolFileNativePDB.h | 29 class EnumRecord; variable 183 const llvm::codeview::EnumRecord &er,
|
D | PdbAstBuilder.h | 101 const llvm::codeview::EnumRecord &record);
|
D | UdtRecordCompleter.cpp | 41 llvm::cantFail(TypeDeserializer::deserializeAs<EnumRecord>(cvt, m_cvr.er)); in UdtRecordCompleter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiHashing.cpp | 97 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord() 114 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()
|
D | SymbolCache.cpp | 186 Id = createSymbolForType<NativeTypeEnum, EnumRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
|
D | NativeTypeEnum.cpp | 116 TypeIndex Index, EnumRecord Record) in NativeTypeEnum()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiHashing.cpp | 97 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord() 114 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()
|
D | NativeTypeEnum.cpp | 116 TypeIndex Index, EnumRecord Record) in NativeTypeEnum()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordHelpers.cpp | 36 UdtOptions = getUdtOptions<EnumRecord>(std::move(CVT)); in isUdtForwardRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordHelpers.cpp | 36 UdtOptions = getUdtOptions<EnumRecord>(std::move(CVT)); in isUdtForwardRef()
|
D | RecordName.cpp | 114 Error TypeNameComputer::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 48 TypeIndex writeEnum(const EnumRecord &Record);
|
D | TypeRecord.h | 555 class EnumRecord : public TagRecord { 557 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() function 566 static ErrorOr<EnumRecord> deserialize(TypeRecordKind Kind,
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 165 ErrorOr<EnumRecord> EnumRecord::deserialize(TypeRecordKind Kind, in deserialize() 175 return EnumRecord(L->NumEnumerators, Options, L->FieldListType, Name, in deserialize() 467 bool EnumRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 524 class EnumRecord : public TagRecord { 526 EnumRecord() = default; 527 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in EnumRecord() function 528 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 518 class EnumRecord : public TagRecord { 520 EnumRecord() = default; 521 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in EnumRecord() function 522 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() function
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 108 Error visitEnum(EnumRecord &Rec) override { return verify(Rec); } in visitEnum()
|