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

References

include/llvm/CodeGen/MIRYamlMapping.h
  246     YamlIO.mapRequired("id", Object.ID);
  247     YamlIO.mapOptional("name", Object.Name,
  250         "type", Object.Type,
  252     YamlIO.mapOptional("offset", Object.Offset, (int64_t)0);
  253     if (Object.Type != MachineStackObject::VariableSized)
  254       YamlIO.mapRequired("size", Object.Size);
  255     YamlIO.mapOptional("alignment", Object.Alignment, (unsigned)0);
  256     YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
  257     YamlIO.mapOptional("callee-saved-register", Object.CalleeSavedRegister,
  259     YamlIO.mapOptional("callee-saved-restored", Object.CalleeSavedRestored,
  261     YamlIO.mapOptional("local-offset", Object.LocalOffset, Optional<int64_t>());
  262     YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
  264     YamlIO.mapOptional("debug-info-expression", Object.DebugExpr,
  266     YamlIO.mapOptional("debug-info-location", Object.DebugLoc,