Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.h40 [[nodiscard]] int64_t ReadSleb128();
Dbyte_input_stream_tests.cc49 ASSERT_EQ(-63, in.ReadSleb128()); in TEST()
Dbyte_input_stream.cc84 int64_t ByteInputStream::ReadSleb128() { in ReadSleb128() function in nogrod::ByteInputStream
Ddwarf_info.cc279 value = bs.ReadSleb128(); in ReadAbbrev()
Ddwarf_abbrev.cc601 new DwarfAttributeValue<int64_t>(name, bs->ReadSleb128())); in ReadAttribute()