Searched refs:reg_entry (Results 1 – 3 of 3) sorted by relevance
65 auto reg_entry = regs.find(fde->cie->return_address_register); in GetReturnAddressLocation() local66 if (reg_entry == regs.end()) { in GetReturnAddressLocation()69 return reg_entry->second.type; in GetReturnAddressLocation()
101 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo() local102 if (reg_entry == cie_loc_regs_->end()) { in GetLocationInfo()105 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()371 auto reg_entry = cie_loc_regs_->find(reg); in cfa_restore() local372 if (reg_entry == cie_loc_regs_->end()) { in cfa_restore()375 (*loc_regs)[reg] = reg_entry->second; in cfa_restore()
596 auto reg_entry = cie_loc_regs_.find(fde->cie_offset); in GetCfaLocationInfo() local597 if (reg_entry == cie_loc_regs_.end()) { in GetCfaLocationInfo()