Searched refs:DECLARE_OP2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 814 #define DECLARE_OP2(OP, OPTYPE0, OPTYPE1) \ in getOperandTypes() macro 816 #define DECLARE_OP1(OP, OPTYPE0) DECLARE_OP2(OP, OPTYPE0, OT_None) in getOperandTypes() 825 DECLARE_OP2(DW_CFA_def_cfa, OT_Register, OT_Offset); in getOperandTypes() 826 DECLARE_OP2(DW_CFA_def_cfa_sf, OT_Register, OT_SignedFactDataOffset); in getOperandTypes() 837 DECLARE_OP2(DW_CFA_offset, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes() 838 DECLARE_OP2(DW_CFA_offset_extended, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes() 839 DECLARE_OP2(DW_CFA_offset_extended_sf, OT_Register, OT_SignedFactDataOffset); in getOperandTypes() 840 DECLARE_OP2(DW_CFA_val_offset, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes() 841 DECLARE_OP2(DW_CFA_val_offset_sf, OT_Register, OT_SignedFactDataOffset); in getOperandTypes() 842 DECLARE_OP2(DW_CFA_register, OT_Register, OT_Register); in getOperandTypes() [all …]
|