Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A 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