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

References

lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  167     return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1);
  179   DECLARE_OP1(DW_CFA_set_loc, OT_Address);
  180   DECLARE_OP1(DW_CFA_advance_loc, OT_FactoredCodeOffset);
  181   DECLARE_OP1(DW_CFA_advance_loc1, OT_FactoredCodeOffset);
  182   DECLARE_OP1(DW_CFA_advance_loc2, OT_FactoredCodeOffset);
  183   DECLARE_OP1(DW_CFA_advance_loc4, OT_FactoredCodeOffset);
  184   DECLARE_OP1(DW_CFA_MIPS_advance_loc8, OT_FactoredCodeOffset);
  185   DECLARE_OP2(DW_CFA_def_cfa, OT_Register, OT_Offset);
  186   DECLARE_OP2(DW_CFA_def_cfa_sf, OT_Register, OT_SignedFactDataOffset);
  187   DECLARE_OP1(DW_CFA_def_cfa_register, OT_Register);
  188   DECLARE_OP1(DW_CFA_def_cfa_offset, OT_Offset);
  189   DECLARE_OP1(DW_CFA_def_cfa_offset_sf, OT_SignedFactDataOffset);
  190   DECLARE_OP1(DW_CFA_def_cfa_expression, OT_Expression);
  191   DECLARE_OP1(DW_CFA_undefined, OT_Register);
  192   DECLARE_OP1(DW_CFA_same_value, OT_Register);
  193   DECLARE_OP2(DW_CFA_offset, OT_Register, OT_UnsignedFactDataOffset);
  194   DECLARE_OP2(DW_CFA_offset_extended, OT_Register, OT_UnsignedFactDataOffset);
  195   DECLARE_OP2(DW_CFA_offset_extended_sf, OT_Register, OT_SignedFactDataOffset);
  196   DECLARE_OP2(DW_CFA_val_offset, OT_Register, OT_UnsignedFactDataOffset);
  197   DECLARE_OP2(DW_CFA_val_offset_sf, OT_Register, OT_SignedFactDataOffset);
  198   DECLARE_OP2(DW_CFA_register, OT_Register, OT_Register);
  199   DECLARE_OP2(DW_CFA_expression, OT_Register, OT_Expression);
  200   DECLARE_OP2(DW_CFA_val_expression, OT_Register, OT_Expression);
  201   DECLARE_OP1(DW_CFA_restore, OT_Register);
  202   DECLARE_OP1(DW_CFA_restore_extended, OT_Register);
  203   DECLARE_OP0(DW_CFA_remember_state);
  204   DECLARE_OP0(DW_CFA_restore_state);
  205   DECLARE_OP0(DW_CFA_GNU_window_save);
  206   DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset);
  207   DECLARE_OP0(DW_CFA_nop);
  213   return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1);