Home
last modified time | relevance | path

Searched refs:dw_uleb128_t (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h31 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;
DDWARFDebugAbbrev.cpp39 dw_uleb128_t prev_abbr_code = 0; in Extract()
70 DWARFAbbreviationDeclarationSet::GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const in GetAbbreviationDeclaration()
97 dw_uleb128_t
101 dw_uleb128_t code = m_decls.size()+1; in AppendAbbrevDeclSequential()
DDWARFDebugMacinfoEntry.h48 dw_uleb128_t m_line;
51 dw_uleb128_t file_idx;
DDWARFDebugAbbrev.h48 dw_uleb128_t AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl);
50 const DWARFAbbreviationDeclaration* GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
DDWARFFormValue.cpp199 …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()
DDWARFDebugLine.cpp222 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()
DDWARFAbbreviationDeclaration.cpp41 …ationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code) in Extract()
DDWARFDebugInfoEntry.cpp967 dw_uleb128_t abbrCode = debug_info_data.GetULEB128(&offset); in Dump()
/external/lldb/include/lldb/Core/
Ddwarf.h21 typedef uint32_t dw_uleb128_t; typedef