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

References

include/llvm/CodeGen/MIRYamlMapping.h
  324     YamlIO.mapRequired("id", Object.ID);
  326         "type", Object.Type,
  328     YamlIO.mapOptional("offset", Object.Offset, (int64_t)0);
  329     YamlIO.mapOptional("size", Object.Size, (uint64_t)0);
  330     YamlIO.mapOptional("alignment", Object.Alignment, (unsigned)0);
  331     YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
  332     if (Object.Type != FixedMachineStackObject::SpillSlot) {
  333       YamlIO.mapOptional("isImmutable", Object.IsImmutable, false);
  334       YamlIO.mapOptional("isAliased", Object.IsAliased, false);
  336     YamlIO.mapOptional("callee-saved-register", Object.CalleeSavedRegister,
  338     YamlIO.mapOptional("callee-saved-restored", Object.CalleeSavedRestored,
  340     YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
  342     YamlIO.mapOptional("debug-info-expression", Object.DebugExpr,
  344     YamlIO.mapOptional("debug-info-location", Object.DebugLoc,