Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h557 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord()
562 if (!SlotsRef.empty()) in getSlots()
563 return SlotsRef; in getSlots()
569 ArrayRef<VFTableSlotKind> SlotsRef; variable