Searched refs:Skip_LEB128 (Results 1 – 7 of 7) sorted by relevance
108 void Skip_LEB128(offset_t *offset_ptr) const;
232 void DNBDataRef::Skip_LEB128(offset_t *offset_ptr) const { in Skip_LEB128() function in DNBDataRef
949 uint32_t Skip_LEB128(lldb::offset_t *offset_ptr) const;
310 data.Skip_LEB128(&offset); in GetOpcodeDataSize()316 data.Skip_LEB128(&offset); in GetOpcodeDataSize()317 data.Skip_LEB128(&offset); in GetOpcodeDataSize()323 uint64_t block_len = data.Skip_LEB128(&offset); in GetOpcodeDataSize()
319 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
172 data.Skip_LEB128(&offset); in Extract()
876 uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const { in Skip_LEB128() function in DataExtractor