Searched refs:cfa_location (Results 1 – 1 of 1) sorted by relevance
419 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_register() local420 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_register()426 cfa_location->second.values[0] = operands_[0]; in cfa_def_cfa_register()433 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset() local434 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset()439 cfa_location->second.values[1] = operands_[0]; in cfa_def_cfa_offset()480 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset_sf() local481 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset_sf()487 cfa_location->second.values[1] = static_cast<uint64_t>(offset); in cfa_def_cfa_offset_sf()531 auto cfa_location = loc_regs->find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in cfa_aarch64_negate_ra_state() local[all …]