A DWARF .debug_ranges range list.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFDebugRangeList.h>

class DWARFDebugRangeList;

Types

Name

Description

RangeListEntry

A single entry in a DWARF .debug_ranges range list.

Member Functions

Name

Description

DWARFDebugRangeList [constructor]

Construct an empty range list.

clear

Reset this range list to an empty state.

dump

Dump this range list to OS.

extract

Extract a range list from data starting at offset_ptr.

getAbsoluteRanges

getAbsoluteRanges ‐ Returns absolute address ranges defined by this range list. Has to be passed base address of the compile unit referencing this range list.

getEntries

Return the entries that make up this range list.

Created with MrDocs