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

References

lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  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);
  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);
  201   DECLARE_OP1(DW_CFA_restore, OT_Register);
  202   DECLARE_OP1(DW_CFA_restore_extended, OT_Register);
  206   DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset);