Searched refs:cur_pc_ (Results 1 – 2 of 2) sorted by relevance
53 cur_pc_ = fde_->pc_start; in GetLocationInfo()54 loc_regs->pc_start = cur_pc_; in GetLocationInfo()56 if (cur_pc_ > pc) { in GetLocationInfo()57 loc_regs->pc_end = cur_pc_; in GetLocationInfo()64 loc_regs->pc_start = cur_pc_; in GetLocationInfo()77 cur_pc_ += cfa_low * fde_->cie->code_alignment_factor; in GetLocationInfo()323 AddressType cur_pc = cur_pc_; in cfa_set_loc()332 cur_pc_ = new_pc; in cfa_set_loc()338 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor; in cfa_advance_loc()
87 AddressType cur_pc() { return cur_pc_; } in cur_pc()103 AddressType cur_pc_; variable