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

References

lib/CodeGen/StackMaps.cpp
  504       OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
  505       OS.EmitValue(CSI.CSOffsetExpr, 4);
  506       OS.EmitIntValue(0, 2); // Reserved.
  507       OS.EmitIntValue(0, 2); // 0 locations.
  508       OS.EmitIntValue(0, 2); // padding.
  509       OS.EmitIntValue(0, 2); // 0 live-out registers.
  510       OS.EmitIntValue(0, 4); // padding.
  514     OS.EmitIntValue(CSI.ID, 8);
  515     OS.EmitValue(CSI.CSOffsetExpr, 4);
  518     OS.EmitIntValue(0, 2);
  519     OS.EmitIntValue(CSLocs.size(), 2);
  522       OS.EmitIntValue(Loc.Type, 1);
  523       OS.EmitIntValue(0, 1);  // Reserved
  524       OS.EmitIntValue(Loc.Size, 2);
  525       OS.EmitIntValue(Loc.Reg, 2);
  526       OS.EmitIntValue(0, 2);  // Reserved
  527       OS.EmitIntValue(Loc.Offset, 4);
  531     OS.EmitValueToAlignment(8);
  534     OS.EmitIntValue(0, 2);
  535     OS.EmitIntValue(LiveOuts.size(), 2);
  538       OS.EmitIntValue(LO.DwarfRegNum, 2);
  539       OS.EmitIntValue(0, 1);
  540       OS.EmitIntValue(LO.Size, 1);
  543     OS.EmitValueToAlignment(8);