Lines Matching refs:DwarfLocations
82 DwarfLocations* loc_regs);
92 void set_cie_loc_regs(const DwarfLocations* cie_loc_regs) { cie_loc_regs_ = cie_loc_regs; } in set_cie_loc_regs()
108 const DwarfLocations* cie_loc_regs_ = nullptr;
110 std::stack<DwarfLocations> loc_reg_state_;
113 bool cfa_nop(DwarfLocations*);
114 bool cfa_set_loc(DwarfLocations*);
115 bool cfa_advance_loc(DwarfLocations*);
116 bool cfa_offset(DwarfLocations*);
117 bool cfa_restore(DwarfLocations*);
118 bool cfa_undefined(DwarfLocations*);
119 bool cfa_same_value(DwarfLocations*);
120 bool cfa_register(DwarfLocations*);
121 bool cfa_remember_state(DwarfLocations*);
122 bool cfa_restore_state(DwarfLocations*);
123 bool cfa_def_cfa(DwarfLocations*);
124 bool cfa_def_cfa_register(DwarfLocations*);
125 bool cfa_def_cfa_offset(DwarfLocations*);
126 bool cfa_def_cfa_expression(DwarfLocations*);
127 bool cfa_expression(DwarfLocations*);
128 bool cfa_offset_extended_sf(DwarfLocations*);
129 bool cfa_def_cfa_sf(DwarfLocations*);
130 bool cfa_def_cfa_offset_sf(DwarfLocations*);
131 bool cfa_val_offset(DwarfLocations*);
132 bool cfa_val_offset_sf(DwarfLocations*);
133 bool cfa_val_expression(DwarfLocations*);
134 bool cfa_gnu_negative_offset_extended(DwarfLocations*);
135 bool cfa_aarch64_negate_ra_state(DwarfLocations*);
137 using process_func = bool (DwarfCfa::*)(DwarfLocations*);