Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp122 addressValue = DE.GetSLEB128(offset_ptr); in GetGNUEHPointer()
307 cie_sp->data_align = (int32_t)m_cfi_data.GetSLEB128(&offset); in ParseCIE()
966 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
980 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
990 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1236 stack.push_back(Scalar(opcodes.GetSLEB128(&offset))); in Evaluate()
1753 int64_t breg_offset = opcodes.GetSLEB128(&offset); in Evaluate()
1771 int64_t breg_offset = opcodes.GetSLEB128(&offset); in Evaluate()
1784 int64_t fbreg_offset = opcodes.GetSLEB128(&offset); in Evaluate()
2341 int64_t offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
2371 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
2378 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h787 int64_t GetSLEB128(lldb::offset_t *offset_ptr) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp860 int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const { in GetSLEB128() function in DataExtractor
952 sstr.Printf(" %" PRId64, GetSLEB128(&offset)); in PutToLog()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp75 m_value.value.sval = data.GetSLEB128(offset_ptr); in ExtractValue()