Searched refs:dw_uleb128_t (Results 1 – 9 of 9) sorted by relevance
31 dw_uleb128_t Code() const { return m_code; } in Code()32 void SetCode(dw_uleb128_t code) { m_code = code; } in SetCode()67 … Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code);75 dw_uleb128_t m_code;
39 dw_uleb128_t prev_abbr_code = 0; in Extract()70 DWARFAbbreviationDeclarationSet::GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const in GetAbbreviationDeclaration()97 dw_uleb128_t101 dw_uleb128_t code = m_decls.size()+1; in AppendAbbrevDeclSequential()
48 dw_uleb128_t m_line;51 dw_uleb128_t file_idx;
48 dw_uleb128_t AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl);50 const DWARFAbbreviationDeclaration* GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
199 …case DW_FORM_block: { dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); *offset_ptr += … in SkipValue()200 …case DW_FORM_block1: { dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); *offset_ptr += … in SkipValue()201 …case DW_FORM_block2: { dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); *offset_ptr += … in SkipValue()202 …case DW_FORM_block4: { dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); *offset_ptr += … in SkipValue()
222 dw_uleb128_t len = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()278 dw_uleb128_t addr_offset_n = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()279 dw_uleb128_t addr_offset = addr_offset_n * prologue.min_inst_length; in DumpStatementOpcodes()617 dw_uleb128_t len = debug_line_data.GetULEB128(offset_ptr); in ParseStatementTable()
41 …ationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code) in Extract()
967 dw_uleb128_t abbrCode = debug_info_data.GetULEB128(&offset); in Dump()
21 typedef uint32_t dw_uleb128_t; typedef