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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h396 class ArrayRecord : public TypeRecord { class in namespace:llvm::codeview
399 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::ArrayRecord
400 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, function in class:llvm::codeview::ArrayRecord

Completed in 127 milliseconds