Searched refs:EnumRecord (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeEnumSymbol.h | 34 codeview::EnumRecord &Record) override; 54 codeview::EnumRecord Record;
|
/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()
|
D | TypeTableBuilder.cpp | 148 TypeIndex TypeTableBuilder::writeEnum(const EnumRecord &Record) { in writeEnum()
|
D | TypeDumper.cpp | 288 Error CVTypeDumper::visitEnum(EnumRecord &Enum) { in visitEnum()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiHashing.cpp | 72 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()
|
D | NativeEnumSymbol.cpp | 49 codeview::EnumRecord &ER) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 500 class EnumRecord : public TagRecord { 502 EnumRecord() = default; 503 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in EnumRecord() function 504 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 242 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, EnumRecord &Record) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 273 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 324 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 209 static EnumRecord Enum(1, ClassOptions::None, TypeIndex(35), "MyEnum",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 534 template <> void LeafRecordImpl<EnumRecord>::map(IO &IO) { in map()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1441 return TypeTable.writeEnum(EnumRecord(EnumeratorCount, CO, FTI, FullName, in lowerTypeEnum()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1886 EnumRecord ER(EnumeratorCount, CO, FTI, FullName, Ty->getIdentifier(), in lowerTypeEnum()
|