Searched refs:reg_entry (Results 1 – 2 of 2) sorted by relevance
99 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo() local100 if (reg_entry == cie_loc_regs_->end()) { in GetLocationInfo()103 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()357 auto reg_entry = cie_loc_regs_->find(reg); in cfa_restore() local358 if (reg_entry == cie_loc_regs_->end()) { in cfa_restore()361 (*loc_regs)[reg] = reg_entry->second; in cfa_restore()
559 auto reg_entry = cie_loc_regs_.find(fde->cie_offset); in GetCfaLocationInfo() local560 if (reg_entry == cie_loc_regs_.end()) { in GetCfaLocationInfo()