Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h25 dw_uleb128_t Code() const { return m_code; } in Code()
26 void SetCode(dw_uleb128_t code) { m_code = code; } in SetCode()
59 dw_uleb128_t m_code;
DDWARFDebugAbbrev.cpp31 dw_uleb128_t prev_abbr_code = 0; in extract()
54 dw_uleb128_t abbrCode) const { in GetAbbreviationDeclaration()
DDWARFFormValue.cpp217 dw_uleb128_t size = debug_info_data.GetULEB128(offset_ptr); in SkipValue()
222 dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); in SkipValue()
227 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue()
232 dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); in SkipValue()
DDWARFDebugAbbrev.h46 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
/external/llvm-project/lldb/include/lldb/Core/
Ddwarf.h21 typedef uint32_t dw_uleb128_t; typedef