Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h539 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord()
544 if (!SlotsRef.empty()) in getSlots()
545 return SlotsRef; in getSlots()
551 ArrayRef<VFTableSlotKind> SlotsRef; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h621 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord()
633 if (!SlotsRef.empty()) in getSlots()
634 return SlotsRef; in getSlots()
649 ArrayRef<VFTableSlotKind> SlotsRef;