An absolute address range [LowPC, HighPC) within a section.]
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFAddressRange.h>
struct DWARFAddressRange;
Member Functions
Name |
Description |
|
Constructors |
Print this address range to |
|
Returns true if [LowPC, HighPC) intersects with [RHS.LowPC, RHS.HighPC).]] |
|
Union two address ranges if they intersect. |
|
Returns true if LowPC is smaller or equal to HighPC. This accounts for dead‐stripped ranges. |
Data Members
Name |
Description |
Exclusive end address of the range (addresses in [LowPC, HighPC)).] |
|
Inclusive start address of the range (addresses in [LowPC, HighPC)).] |
|
Section index for LowPC/HighPC, or UndefSection if absolute/unknown. |
Non-Member Functions
Name |
Description |
Order by section index, then LowPC, then HighPC. |
|
True if both ranges have the same section index, LowPC, and HighPC. |
Created with MrDocs