Lines Matching refs:reg_num
666 uint32_t reg_num = extended_opcode; in FDEToUnwindPlan() local
673 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
675 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
741 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan() local
743 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
745 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
831 uint8_t reg_num = extended_opcode; in HandleCommonDwarfOpcode() local
834 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
848 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
852 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
861 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
864 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
873 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
876 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
885 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
889 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
898 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
900 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
909 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
910 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, in HandleCommonDwarfOpcode()
944 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
950 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
960 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
964 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
974 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
976 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
1000 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
1005 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()