Searched refs:op_offset (Results 1 – 2 of 2) sorted by relevance
838 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local839 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()855 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local857 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()905 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local906 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()926 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local928 row.GetCFAValue().GetRegisterNumber(), op_offset); in HandleCommonDwarfOpcode()969 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()982 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()[all …]
922 const lldb::offset_t op_offset = offset; in Evaluate() local935 LLDB_LOGF(log, "0x%8.8" PRIx64 ": %s", op_offset, in Evaluate()2690 lldb::offset_t op_offset = 0; in MatchesOperand() local2691 uint8_t opcode = opcodes.GetU8(&op_offset); in MatchesOperand()2694 int64_t offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()2724 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()2727 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); in MatchesOperand()2730 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); in MatchesOperand()2731 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()