reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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');