Home
last modified time | relevance | path

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

/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/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/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp108 Error visitEnum(EnumRecord &Rec) override { return verify(Rec); } in visitEnum()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1441 return TypeTable.writeEnum(EnumRecord(EnumeratorCount, CO, FTI, FullName, in lowerTypeEnum()