Searched refs:EnumRecord (Results 1 – 7 of 7) sorted by relevance
/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/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 108 Error visitEnum(EnumRecord &Rec) override { return verify(Rec); } in visitEnum()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1441 return TypeTable.writeEnum(EnumRecord(EnumeratorCount, CO, FTI, FullName, in lowerTypeEnum()
|