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

References

lib/Target/Mips/MipsConstantIslandPass.cpp
  556     assert(Size >= 4 && "Too small constant pool entry");
  561     assert((Size % Align) == 0 && "CP Entry not multiple of 4 bytes!");
  569         .addImm(i).addConstantPoolIndex(i).addImm(Size);
  582                       << Size << ", align = " << Align << '\n');