Home
last modified time | relevance | path

Searched refs:EnumRecord (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumSymbol.h34 codeview::EnumRecord &Record) override;
54 codeview::EnumRecord Record;
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp165 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()
DTypeTableBuilder.cpp148 TypeIndex TypeTableBuilder::writeEnum(const EnumRecord &Record) { in writeEnum()
DTypeDumper.cpp288 Error CVTypeDumper::visitEnum(EnumRecord &Enum) { in visitEnum()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h48 TypeIndex writeEnum(const EnumRecord &Record);
DTypeRecord.h555 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/
DTpiHashing.cpp72 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()
DNativeEnumSymbol.cpp49 codeview::EnumRecord &ER) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h500 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/
DTpiStream.cpp108 Error visitEnum(EnumRecord &Rec) override { return verify(Rec); } in visitEnum()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
DTypeRecordMapping.cpp242 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, EnumRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp273 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp324 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp209 static EnumRecord Enum(1, ClassOptions::None, TypeIndex(35), "MyEnum",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp534 template <> void LeafRecordImpl<EnumRecord>::map(IO &IO) { in map()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1441 return TypeTable.writeEnum(EnumRecord(EnumeratorCount, CO, FTI, FullName, in lowerTypeEnum()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1886 EnumRecord ER(EnumeratorCount, CO, FTI, FullName, Ty->getIdentifier(), in lowerTypeEnum()