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

References

include/llvm/CodeGen/MIRYamlMapping.h
  293            Size == Other.Size && Alignment == Other.Alignment &&
  293            Size == Other.Size && Alignment == Other.Alignment &&
  329     YamlIO.mapOptional("size", Object.Size, (uint64_t)0);
lib/CodeGen/MIRParser/MIRParser.cpp
  668       ObjectIdx = MFI.CreateFixedObject(Object.Size, Object.Offset,
  671       ObjectIdx = MFI.CreateFixedSpillStackObject(Object.Size, Object.Offset);
lib/CodeGen/MIRPrinter.cpp
  374     YamlObject.Size = MFI.getObjectSize(I);