Searched refs:op_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp838 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; local
839 reg_location.SetAtCFAPlusOffset(op_offset);
855 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; local
857 reg_location.SetAtCFAPlusOffset(op_offset);
905 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); local
906 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset);
926 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); local
928 row.GetCFAValue().GetRegisterNumber(), op_offset);
967 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; local
969 reg_location.SetAtCFAPlusOffset(op_offset);
981 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; local
991 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp922 const lldb::offset_t op_offset = offset; local
935 LLDB_LOGF(log, "0x%8.8" PRIx64 ": %s", op_offset,
2690 lldb::offset_t op_offset = 0;
2691 uint8_t opcode = opcodes.GetU8(&op_offset);
2694 int64_t offset = opcodes.GetSLEB128(&op_offset);
2724 offset = opcodes.GetSLEB128(&op_offset);
2727 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset));
2730 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset));
2731 offset = opcodes.GetSLEB128(&op_offset);

Completed in 126 milliseconds