Header menu logo B2R2

AbstractVMap Type

This is a mapping from an edge to an abstract vertex (for external function calls). We first separately create abstract vertices even if they are associated with the same external function (address) in order to compute dominance relationships without introducing incorrect paths or cycles. For convenience, we will always consider as a key "a return edge" from an abstract vertex to a fall-through vertex.

Instance members

Instance member Description

this.Capacity

Full Usage: this.Capacity

Returns: int
Returns: int

this.Comparer

Full Usage: this.Comparer

Returns: IEqualityComparer<ProgramPoint * ProgramPoint>
Returns: IEqualityComparer<ProgramPoint * ProgramPoint>

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract
Returns: int

this[arg1]

Full Usage: this[arg1]

Returns: ProgramPoint * ProgramPoint
Modifiers: abstract
Returns: ProgramPoint * ProgramPoint

this.Keys

Full Usage: this.Keys

Returns: KeyCollection<(ProgramPoint * ProgramPoint), SSAVertex>
Returns: KeyCollection<(ProgramPoint * ProgramPoint), SSAVertex>

this.Values

Full Usage: this.Values

Returns: ValueCollection<(ProgramPoint * ProgramPoint), SSAVertex>
Returns: ValueCollection<(ProgramPoint * ProgramPoint), SSAVertex>

Type something to start searching.