Lines Matching refs:DecodeUnsignedLeb128P1
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()
455 DecodeUnsignedLeb128P1(&stream); // signature. in DecodeDebugPositionInfo()
468 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugPositionInfo()