ΒΆuint64_t skipRanges(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:71

Parameters

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

Returns

The number of address ranges that were skipped.