Home
last modified time | relevance | path

Searched refs:DECLARE_OP1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp816 #define DECLARE_OP1(OP, OPTYPE0) DECLARE_OP2(OP, OPTYPE0, OT_None) in getOperandTypes() macro
817 #define DECLARE_OP0(OP) DECLARE_OP1(OP, OT_None) in getOperandTypes()
819 DECLARE_OP1(DW_CFA_set_loc, OT_Address); in getOperandTypes()
820 DECLARE_OP1(DW_CFA_advance_loc, OT_FactoredCodeOffset); in getOperandTypes()
821 DECLARE_OP1(DW_CFA_advance_loc1, OT_FactoredCodeOffset); in getOperandTypes()
822 DECLARE_OP1(DW_CFA_advance_loc2, OT_FactoredCodeOffset); in getOperandTypes()
823 DECLARE_OP1(DW_CFA_advance_loc4, OT_FactoredCodeOffset); in getOperandTypes()
824 DECLARE_OP1(DW_CFA_MIPS_advance_loc8, OT_FactoredCodeOffset); in getOperandTypes()
827 DECLARE_OP1(DW_CFA_def_cfa_register, OT_Register); in getOperandTypes()
832 DECLARE_OP1(DW_CFA_def_cfa_offset, OT_Offset); in getOperandTypes()
[all …]