Lines Matching refs:op_offset
141 const lldb::offset_t op_offset = offset; in DumpLocation() local
149 if (op_offset > start_offset) in DumpLocation()
155 if (op_offset > start_offset) in DumpLocation()
161 s->Printf("0x%8.8" PRIx64 ": %s", op_offset, in DumpLocation()
1361 const lldb::offset_t op_offset = offset; in Evaluate() local
1374 log->Printf("0x%8.8" PRIx64 ": %s", op_offset, DW_OP_value_to_name(op)); in Evaluate()
3302 lldb::offset_t &op_offset, in GetOpAndEndOffsets() argument
3326 op_offset = opcodes_offset; in GetOpAndEndOffsets()
3335 lldb::offset_t op_offset; in MatchesOperand() local
3337 if (!GetOpAndEndOffsets(frame, op_offset, end_offset)) { in MatchesOperand()
3341 if (!m_data.ValidOffset(op_offset) || op_offset >= end_offset) { in MatchesOperand()
3351 uint8_t opcode = opcodes.GetU8(&op_offset); in MatchesOperand()
3354 int64_t offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
3384 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
3387 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); in MatchesOperand()
3390 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); in MatchesOperand()
3391 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()