Searched refs:cur_pc_ (Results 1 – 2 of 2) sorted by relevance
55 cur_pc_ = fde_->pc_start; in GetLocationInfo()56 loc_regs->pc_start = cur_pc_; in GetLocationInfo()58 if (cur_pc_ > pc) { in GetLocationInfo()59 loc_regs->pc_end = cur_pc_; in GetLocationInfo()66 loc_regs->pc_start = cur_pc_; in GetLocationInfo()79 cur_pc_ += cfa_low * fde_->cie->code_alignment_factor; in GetLocationInfo()329 AddressType cur_pc = cur_pc_; in cfa_set_loc()338 cur_pc_ = new_pc; in cfa_set_loc()344 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor; in cfa_advance_loc()
91 AddressType cur_pc() { return cur_pc_; } in cur_pc()108 AddressType cur_pc_; variable