Searched refs:Skip_LEB128 (Results 1 – 5 of 5) sorted by relevance
938 uint32_t Skip_LEB128(lldb::offset_t *offset_ptr) const;
379 data.Skip_LEB128(&offset); in GetOpcodeDataSize()385 data.Skip_LEB128(&offset); in GetOpcodeDataSize()386 data.Skip_LEB128(&offset); in GetOpcodeDataSize()392 uint64_t block_len = data.Skip_LEB128(&offset); in GetOpcodeDataSize()
318 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
172 data.Skip_LEB128(&offset); in Extract()
878 uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const { in Skip_LEB128() function in DataExtractor