Lines Matching refs:num
94 RelOffset(Reg(reg_base.num() + i), offset); in RelOffsetForMany()
108 Restore(Reg(reg_base.num() + i)); in RestoreMany()
124 if (0 <= reg.num() && reg.num() <= 0x3F) { in Offset()
125 this->PushUint8(DW_CFA_offset | reg.num()); in Offset()
129 this->PushUleb128(reg.num()); in Offset()
135 this->PushUleb128(reg.num()); in Offset()
144 if (0 <= reg.num() && reg.num() <= 0x3F) { in Restore()
145 this->PushUint8(DW_CFA_restore | reg.num()); in Restore()
148 this->PushUleb128(reg.num()); in Restore()
157 this->PushUleb128(reg.num()); in Undefined()
165 this->PushUleb128(reg.num()); in SameValue()
174 this->PushUleb128(reg.num()); in Register()
175 this->PushUleb128(new_reg.num()); in Register()
198 this->PushUleb128(reg.num()); in DefCFA()
203 this->PushUleb128(reg.num()); in DefCFA()
214 this->PushUleb128(reg.num()); in DefCFARegister()
243 this->PushUleb128(reg.num()); in ValOffset()
247 this->PushUleb128(reg.num()); in ValOffset()
268 this->PushUleb128(reg.num()); in Expression()
279 this->PushUleb128(reg.num()); in ValExpression()