Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitIntValue

396   OS.EmitIntValue(StackMapVersion, 1); // Version.
397 OS.EmitIntValue(0, 1); // Reserved.
398 OS.EmitIntValue(0, 2); // Reserved.
402 OS.EmitIntValue(FnStackSize.size(), 4);
405 OS.EmitIntValue(ConstPool.size(), 4);
408 OS.EmitIntValue(CSInfos.size(), 4);
424 OS.EmitIntValue(FR.second, 8);
436 OS.EmitIntValue(ConstEntry.second, 8);
481 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
483 OS.EmitIntValue(0, 2); // Reserved.
484 OS.EmitIntValue(0, 2); // 0 locations.
485 OS.EmitIntValue(0, 2); // padding.
486 OS.EmitIntValue(0, 2); // 0 live-out registers.
487 OS.EmitIntValue(0, 4); // padding.
491 OS.EmitIntValue(CSI.ID, 8);
495 OS.EmitIntValue(0, 2);
496 OS.EmitIntValue(CSLocs.size(), 2);
499 OS.EmitIntValue(Loc.Type, 1);
500 OS.EmitIntValue(Loc.Size, 1);
501 OS.EmitIntValue(Loc.Reg, 2);
502 OS.EmitIntValue(Loc.Offset, 4);
506 OS.EmitIntValue(0, 2);
507 OS.EmitIntValue(LiveOuts.size(), 2);
510 OS.EmitIntValue(LO.DwarfRegNum, 2);
511 OS.EmitIntValue(0, 1);
512 OS.EmitIntValue(LO.Size, 1);