An absolute address range [LowPC, HighPC) within a section.]
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFAddressRange.h>
struct DWARFAddressRange;
Member Functions
Name |
Description |
|
Used for unit testing. |
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 |
Non-Member Functions
Name |
Description |
Order by section index, then LowPC, then HighPC. |
|
Equality operator |
Created with MrDocs