Searched refs:GetSLEB128 (Results 1 – 5 of 5) sorted by relevance
118 addressValue = DE.GetSLEB128(offset_ptr); in GetGNUEHPointer()303 cie_sp->data_align = (int32_t)m_cfi_data.GetSLEB128(&offset); in ParseCIE()962 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()976 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()986 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
1289 stack.push_back(Scalar(opcodes.GetSLEB128(&offset))); in Evaluate()1989 int64_t breg_offset = opcodes.GetSLEB128(&offset); in Evaluate()2008 int64_t breg_offset = opcodes.GetSLEB128(&offset); in Evaluate()2022 int64_t fbreg_offset = opcodes.GetSLEB128(&offset); in Evaluate()2581 sint = data.GetSLEB128(offset_ptr); in print_dwarf_exp_op()2716 sint = data.GetSLEB128(offset_ptr); in print_dwarf_exp_op()2874 int64_t offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()2904 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()2911 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
792 int64_t GetSLEB128(lldb::offset_t *offset_ptr) const;
918 int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const { in GetSLEB128() function in DataExtractor1033 sstr.Printf(" %" PRId64, GetSLEB128(&offset)); in PutToLog()
74 m_value.value.sval = data.GetSLEB128(offset_ptr); in ExtractValue()