Searched refs:Skip_LEB128 (Results 1 – 4 of 4) sorted by relevance
340 data.Skip_LEB128(&offset); in GetOpcodeDataSize()347 data.Skip_LEB128(&offset); in GetOpcodeDataSize()348 data.Skip_LEB128(&offset); in GetOpcodeDataSize()354 uint64_t block_len = data.Skip_LEB128(&offset); in GetOpcodeDataSize()362 data.Skip_LEB128(&offset); in GetOpcodeDataSize()376 data.Skip_LEB128(&offset); in GetOpcodeDataSize()
947 uint32_t Skip_LEB128(lldb::offset_t *offset_ptr) const;
317 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
877 uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const { in Skip_LEB128() function in DataExtractor