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

References

include/llvm/CodeGen/MIRYamlMapping.h
  292     return ID == Other.ID && Type == Other.Type && Offset == Other.Offset &&
  292     return ID == Other.ID && Type == Other.Type && Offset == Other.Offset &&
  292     return ID == Other.ID && Type == Other.Type && Offset == Other.Offset &&
  293            Size == Other.Size && Alignment == Other.Alignment &&
  293            Size == Other.Size && Alignment == Other.Alignment &&
  294            StackID == Other.StackID &&
  295            IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased &&
  295            IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased &&
  296            CalleeSavedRegister == Other.CalleeSavedRegister &&
  297            CalleeSavedRestored == Other.CalleeSavedRestored &&
  298            DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
  298            DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
  299            && DebugLoc == Other.DebugLoc;