Home
last modified time | relevance | path

Searched refs:GetSLEB128 (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp118 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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp1289 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()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDDataExtractor.h792 int64_t GetSLEB128(lldb::offset_t *offset_ptr) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDDataExtractor.cpp918 int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const { in GetSLEB128() function in DataExtractor
1033 sstr.Printf(" %" PRId64, GetSLEB128(&offset)); in PutToLog()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFFormValue.cpp74 m_value.value.sval = data.GetSLEB128(offset_ptr); in ExtractValue()