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()
338 cie_sp->data_align = (int32_t)m_cfi_data.GetSLEB128(&offset); in ParseCIE()
927 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
941 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
951 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.cpp1301 stack.push_back(Scalar(opcodes.GetSLEB128(&offset))); in Evaluate()
1818 int64_t breg_offset = opcodes.GetSLEB128(&offset); in Evaluate()
1836 int64_t breg_offset = opcodes.GetSLEB128(&offset); in Evaluate()
1849 int64_t fbreg_offset = opcodes.GetSLEB128(&offset); in Evaluate()
2355 int64_t offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
2385 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
2392 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.cpp74 m_value.sval = data.GetSLEB128(offset_ptr); in ExtractValue()