Searched refs:ArrayRecord (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 114 ErrorOr<ArrayRecord> ArrayRecord::deserialize(TypeRecordKind Kind, in deserialize() 120 return ArrayRecord(L->ElementType, L->IndexType, Size, Name); in deserialize() 448 bool ArrayRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
|
D | TypeTableBuilder.cpp | 93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray()
|
D | TypeDumper.cpp | 302 Error CVTypeDumper::visitArray(ArrayRecord &AT) { in visitArray()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 45 TypeIndex writeArray(const ArrayRecord &Record);
|
D | TypeRecord.h | 410 class ArrayRecord : public TypeRecord { 412 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function 421 static ErrorOr<ArrayRecord> deserialize(TypeRecordKind Kind,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1033 ArrayRecord(ElementTypeIndex, IndexType, ElementSize, Name)); in lowerTypeArray()
|