Searched refs:dw_uleb128_t (Results 1 – 5 of 5) sorted by relevance
25 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;
31 dw_uleb128_t prev_abbr_code = 0; in extract()54 dw_uleb128_t abbrCode) const { in GetAbbreviationDeclaration()
217 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()
46 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
21 typedef uint32_t dw_uleb128_t; typedef