Searched defs:ArrayRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h401 class ArrayRecord : public TypeRecord { class in namespace:llvm::codeview
404 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::ArrayRecord
405 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, function in class:llvm::codeview::ArrayRecord

Completed in 156 milliseconds