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()
306 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
311 ? static_cast<uint32_t>(m_cfi_data.GetULEB128(&offset)) in ParseCIE()
317 const size_t aug_data_len = (size_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
589 uint32_t aug_data_len = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan()
746 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan()
803 m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan()
837 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
853 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode()
854 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.cpp68 m_value.value.uval = data.GetULEB128(offset_ptr); in ExtractValue()
118 m_value.value.uval = data.GetULEB128(offset_ptr); in ExtractValue()
129 m_form = static_cast<dw_form_t>(data.GetULEB128(offset_ptr)); in ExtractValue()
218 uint64_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
324 static_cast<dw_form_t>(debug_info_data.GetULEB128(offset_ptr)); in SkipValue()
H A DDWARFDebugInfoEntry.cpp59 const uint64_t abbr_idx = data.GetULEB128(offset_ptr); in Extract()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp332 uint64_t subexpr_len = data.GetULEB128(&offset); in GetOpcodeDataSize()
355 uint64_t index = m_data.GetULEB128(&offset); in GetLocation_DW_OP_addr()
408 m_data.GetULEB128(&offset); in Update_DW_OP_addr()
670 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset); in Evaluate_DW_OP_entry_value()
1233 stack.push_back(Scalar(opcodes.GetULEB128(&offset))); in Evaluate()
1428 const uint64_t uconst_value = opcodes.GetULEB128(&offset); in Evaluate()
1703 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
1766 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
1826 const uint64_t piece_byte_size = opcodes.GetULEB128(&offset); in Evaluate()
1952 const uint64_t piece_bit_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.cpp1337 uint64_t Tag = data.GetULEB128(&Offset); in ParseARMAttributes()
1341 data.GetULEB128(&Offset); in ParseARMAttributes()
1343 data.GetULEB128(&Offset); in ParseARMAttributes()
1356 uint64_t VFPArgs = data.GetULEB128(&Offset); in ParseARMAttributes()