Searched refs:Skip_LEB128 (Results 1 – 4 of 4) sorted by relevance
947 uint32_t Skip_LEB128(lldb::offset_t *offset_ptr) const;
311 data.Skip_LEB128(&offset); in GetOpcodeDataSize()317 data.Skip_LEB128(&offset); in GetOpcodeDataSize()318 data.Skip_LEB128(&offset); in GetOpcodeDataSize()324 uint64_t block_len = data.Skip_LEB128(&offset); in GetOpcodeDataSize()
319 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