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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h558 class VFTableShapeRecord : public TypeRecord { class in namespace:llvm::codeview
561 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::VFTableShapeRecord
562 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) function in class:llvm::codeview::VFTableShapeRecord
564 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) function in class:llvm::codeview::VFTableShapeRecord

Completed in 103 milliseconds