A DWARF .debug_ranges range list.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFDebugRangeList.h>
class DWARFDebugRangeList;
Types
Name |
Description |
A single entry in a DWARF .debug_ranges range list. |
Member Functions
Name |
Description |
|
Construct an empty range list. |
Reset this range list to an empty state. |
|
Dump this range list to |
|
Extract a range list from |
|
getAbsoluteRanges ‐ Returns absolute address ranges defined by this range list. Has to be passed base address of the compile unit referencing this range list. |
|
Return the entries that make up this range list. |
Created with MrDocs