reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
311 Value = bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0]; 312 outs() << "\t.long " << Value; 317 Value = bytes[1] << 8 | bytes[0]; 318 outs() << "\t.short " << Value; 323 Value = bytes[0]; 324 outs() << "\t.byte " << Value; 335 Value = bytes[0]; 336 outs() << "\t.byte " << format("%3u", Value) << "\t@ KIND_JUMP_TABLE8\n"; 342 Value = bytes[1] << 8 | bytes[0]; 343 outs() << "\t.short " << format("%5u", Value & 0xffff) 351 Value = bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0]; 352 outs() << "\t.long " << Value;