Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h558 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord()
563 if (!SlotsRef.empty()) in getSlots()
564 return SlotsRef; in getSlots()
570 ArrayRef<VFTableSlotKind> SlotsRef; variable