reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  570     return Slots;
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  471       Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF));
  473         Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4));
lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp
   35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); }
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  549   IO.mapRequired("Slots", Record.Slots);