ΒΆvoid skipRange(llvm::DataExtractor& Data,
               uint64_t& Offset)

Description

Skip an address range object in the specified data a the specified offset.

Declared at: llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h:51

Parameters

llvm::DataExtractor& Data
The binary stream to read the data from.
uint64_t& Offset
The byte offset within \a Data.