Home
last modified time | relevance | path

Searched refs:GetULEB128 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp110 addressValue = DE.GetULEB128(offset_ptr); in GetGNUEHPointer()
337 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
342 ? static_cast<uint32_t>(m_cfi_data.GetULEB128(&offset)) in ParseCIE()
348 const size_t aug_data_len = (size_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
607 offset += (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseFDE()
713 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseFDE()
765 m_cfi_data.GetULEB128(&offset); in ParseFDE()
798 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
814 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode()
815 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
[all …]
H A DArmUnwindInfo.cpp85 uint64_t ArmUnwindInfo::GetULEB128(const uint32_t *data, uint16_t &offset, in GetULEB128() function in ArmUnwindInfo
227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count); in GetUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp52 uint64_t operand_count = debug_macro_data.GetULEB128(offset); in SkipOperandTable()
77 line = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
88 line = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
102 line = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
103 debug_line_file_idx = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
H A DDWARFFormValue.cpp67 m_value.uval = data.GetULEB128(offset_ptr); in ExtractValue()
119 m_value.uval = data.GetULEB128(offset_ptr); in ExtractValue()
127 m_form = static_cast<dw_form_t>(data.GetULEB128(offset_ptr)); in ExtractValue()
215 uint64_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
322 static_cast<dw_form_t>(debug_info_data.GetULEB128(offset_ptr)); in SkipValue()
H A DDWARFDebugInfoEntry.cpp58 const uint64_t abbr_idx = data.GetULEB128(offset_ptr); in Extract()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp370 uint64_t subexpr_len = data.GetULEB128(&offset); in GetOpcodeDataSize()
383 uint64_t constants = data.GetULEB128(&offset); in GetOpcodeDataSize()
414 const uint64_t index = m_data.GetULEB128(&offset); in GetLocation_DW_OP_addr()
469 m_data.GetULEB128(&offset); in Update_DW_OP_addr()
731 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset); in Evaluate_DW_OP_entry_value()
1298 stack.push_back(Scalar(opcodes.GetULEB128(&offset))); in Evaluate()
1493 const uint64_t uconst_value = opcodes.GetULEB128(&offset); in Evaluate()
1768 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
1831 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
1889 const uint64_t piece_byte_size = opcodes.GetULEB128(&offset); in Evaluate()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h55 uint64_t GetULEB128(const uint32_t *data, uint16_t &offset,
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h805 uint64_t GetULEB128(lldb::offset_t *offset_ptr) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp843 uint64_t DataExtractor::GetULEB128(offset_t *offset_ptr) const { in GetULEB128() function in DataExtractor
949 sstr.Printf(" 0x%" PRIx64, GetULEB128(&offset)); in PutToLog()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1313 uint64_t Tag = data.GetULEB128(&Offset); in ParseARMAttributes()
1317 data.GetULEB128(&Offset); in ParseARMAttributes()
1319 data.GetULEB128(&Offset); in ParseARMAttributes()
1332 uint64_t VFPArgs = data.GetULEB128(&Offset); in ParseARMAttributes()