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

References

include/llvm/CodeGen/MIRYamlMapping.h
  238     IO.enumCase(Type, "default", MachineStackObject::DefaultType);
  239     IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot);
  240     IO.enumCase(Type, "variable-sized", MachineStackObject::VariableSized);