Searched refs:Skip_LEB128 (Results 1 – 8 of 8) sorted by relevance
112 void Skip_LEB128 (offset_t *offset_ptr) const;
308 DNBDataRef::Skip_LEB128 (offset_t *offset_ptr) const in Skip_LEB128() function in DNBDataRef
507 debug_line_data.Skip_LEB128(&offset); // Skip mod_time in ParseSupportFiles()508 debug_line_data.Skip_LEB128(&offset); // Skip length in ParseSupportFiles()792 debug_line_data.Skip_LEB128(offset_ptr); in ParseStatementTable()
261 debug_info_data.Skip_LEB128(offset_ptr); in SkipValue()
232 debug_info_data.Skip_LEB128 (&offset); in FastExtract()399 debug_info_data.Skip_LEB128(&offset); in Extract()
1237 Skip_LEB128 (lldb::offset_t *offset_ptr) const;
990 data.Skip_LEB128(&offset); in GetOpcodeDataSize()996 data.Skip_LEB128(&offset); in GetOpcodeDataSize()997 data.Skip_LEB128(&offset); in GetOpcodeDataSize()1002 uint64_t block_len = data.Skip_LEB128(&offset); in GetOpcodeDataSize()
1246 DataExtractor::Skip_LEB128 (offset_t *offset_ptr) const in Skip_LEB128() function in DataExtractor