Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp106 addressValue = DE.GetULEB128(offset_ptr); in GetGNUEHPointer()
302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
307 ? static_cast<uint32_t>(m_cfi_data.GetULEB128(&offset)) in ParseCIE()
313 const size_t aug_data_len = (size_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
590 uint32_t aug_data_len = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan()
742 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan()
799 m_cfi_data.GetULEB128(&offset); in FDEToUnwindPlan()
833 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
849 uint32_t reg_num = (uint32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode()
850 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode()
[all …]
HDArmUnwindInfo.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-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFAbbreviationDeclaration.cpp32 m_code = data.GetULEB128(offset_ptr); in extract()
37 m_tag = static_cast<dw_tag_t>(data.GetULEB128(offset_ptr)); in extract()
45 dw_attr_t attr = data.GetULEB128(offset_ptr); in extract()
46 dw_form_t form = data.GetULEB128(offset_ptr); in extract()
61 val.value.sval = data.GetULEB128(offset_ptr); in extract()
HDDWARFDebugMacro.cpp50 uint64_t operand_count = debug_macro_data.GetULEB128(offset); in SkipOperandTable()
75 line = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
86 line = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
100 line = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
101 debug_line_file_idx = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
HDDWARFFormValue.cpp67 m_value.value.uval = data.GetULEB128(offset_ptr); in ExtractValue()
117 m_value.value.uval = data.GetULEB128(offset_ptr); in ExtractValue()
128 m_form = data.GetULEB128(offset_ptr); in ExtractValue()
217 dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
321 dw_form_t indirect_form = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
HDDWARFDebugInfoEntry.cpp45 const uint64_t abbr_idx = data.GetULEB128(offset_ptr); in Extract()
86 form_size = data.GetULEB128(&offset); in Extract()
172 form = data.GetULEB128(&offset); in Extract()
408 dw_uleb128_t abbrCode = data.GetULEB128(&offset); in Dump()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp399 uint64_t subexpr_len = data.GetULEB128(&offset); in GetOpcodeDataSize()
426 uint64_t index = m_data.GetULEB128(&offset); in GetLocation_DW_OP_addr()
791 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset); in Evaluate_DW_OP_entry_value()
1286 stack.push_back(Scalar(opcodes.GetULEB128(&offset))); in Evaluate()
1590 const uint64_t uconst_value = opcodes.GetULEB128(&offset); in Evaluate()
1941 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
2004 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
2064 const uint64_t piece_byte_size = opcodes.GetULEB128(&offset); in Evaluate()
2212 const uint64_t piece_bit_size = opcodes.GetULEB128(&offset); in Evaluate()
2213 const uint64_t piece_bit_offset = opcodes.GetULEB128(&offset); in Evaluate()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDArmUnwindInfo.h55 uint64_t GetULEB128(const uint32_t *data, uint16_t &offset,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDDataExtractor.h810 uint64_t GetULEB128(lldb::offset_t *offset_ptr) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDDataExtractor.cpp885 uint64_t DataExtractor::GetULEB128(offset_t *offset_ptr) const { in GetULEB128() function in DataExtractor
1030 sstr.Printf(" 0x%" PRIx64, GetULEB128(&offset)); in PutToLog()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1259 uint64_t Tag = data.GetULEB128(&Offset); in ParseARMAttributes()
1263 data.GetULEB128(&Offset); in ParseARMAttributes()
1265 data.GetULEB128(&Offset); in ParseARMAttributes()
1278 uint64_t VFPArgs = data.GetULEB128(&Offset); in ParseARMAttributes()