Lines Matching refs:reg_num
667 uint32_t reg_num = extended_opcode; in FDEToUnwindPlan() local
674 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
676 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
742 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan() local
744 unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, in FDEToUnwindPlan()
746 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
832 uint8_t reg_num = extended_opcode; in HandleCommonDwarfOpcode() local
835 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
849 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
853 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
862 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
865 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
874 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
877 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
886 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
890 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
899 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
901 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
910 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
911 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, in HandleCommonDwarfOpcode()
945 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
951 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
961 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
965 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
975 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
977 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
1001 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
1006 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()