Home
last modified time | relevance | path

Searched refs:ArrayRecord (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h45 TypeIndex writeArray(const ArrayRecord &Record);
DTypeRecord.h410 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/DebugInfo/CodeView/
DTypeRecord.cpp114 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()
DTypeTableBuilder.cpp93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray()
DTypeDumper.cpp302 Error CVTypeDumper::visitArray(ArrayRecord &AT) { in visitArray()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1033 ArrayRecord(ElementTypeIndex, IndexType, ElementSize, Name)); in lowerTypeArray()