An address range paired with an associated integer value.

Synopsis

Declared in <llvm/ADT/AddressRanges.h>

class AddressRangeValuePair;

Member Functions

Name

Description

operator AddressRange

Convert to the address range portion of this pair.

Data Members

Name

Description

Range

The address range covered by this entry.

Value

Value mapped to Range.

Non-Member Functions

Name

Description

operator==

Return true if LHS and RHS have the same range and value.

Created with MrDocs