Searched refs:DecodeUnsignedLeb128P1 (Results 1 – 4 of 4) sorted by relevance
269 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()316 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()317 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()320 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()372 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()432 DecodeUnsignedLeb128P1(&stream); // Parameter name. in DecodeDebugPositionInfo()448 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()449 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()453 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()454 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()[all …]
50 DecodeUnsignedLeb128P1(&stream); // Parameter name. in GetDebugInfoStreamSize()66 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()67 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()71 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()72 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()73 DecodeUnsignedLeb128P1(&stream); // sig_idx in GetDebugInfoStreamSize()83 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()
109 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function
60 uint32_t id = DecodeUnsignedLeb128P1(&stream); in GetParamNames()