Searched refs:reg_entry (Results 1 – 3 of 3) sorted by relevance
62 auto reg_entry = regs.find(fde->cie->return_address_register); in GetReturnAddressLocation() local63 if (reg_entry == regs.end()) { in GetReturnAddressLocation()66 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()363 auto reg_entry = cie_loc_regs_->find(reg); in cfa_restore() local364 if (reg_entry == cie_loc_regs_->end()) { in cfa_restore()367 (*loc_regs)[reg] = reg_entry->second; in cfa_restore()
583 auto reg_entry = cie_loc_regs_.find(fde->cie_offset); in GetCfaLocationInfo() local584 if (reg_entry == cie_loc_regs_.end()) { in GetCfaLocationInfo()