Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp798 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
799 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
815 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
817 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
865 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
866 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
886 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
888 row.GetCFAValue().GetRegisterNumber(), op_offset); in HandleCommonDwarfOpcode()
927 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
929 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp999 const lldb::offset_t op_offset = offset; in Evaluate() local
1012 LLDB_LOGF(log, "0x%8.8" PRIx64 ": %s", op_offset, in Evaluate()
2351 lldb::offset_t op_offset = 0; in MatchesOperand() local
2352 uint8_t opcode = opcodes.GetU8(&op_offset); in MatchesOperand()
2355 int64_t offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
2385 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
2388 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); in MatchesOperand()
2391 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); in MatchesOperand()
2392 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()