Lines Matching refs:op_offset
832 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
833 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
849 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
851 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
899 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
900 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
920 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
922 row.GetCFAValue().GetRegisterNumber(), op_offset); in HandleCommonDwarfOpcode()
961 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
963 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
975 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
976 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
985 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
987 row.GetCFAValue().SetIsRegisterPlusOffset(cfa_regnum, op_offset); in HandleCommonDwarfOpcode()