Header menu logo B2R2

LLVMStmt Type

Simplified LLVM statement.

Union cases

Union case Description

Branch(cond, labels)

Full Usage: Branch(cond, labels)

Parameters:

Branch.

cond : LLVMExpr option
labels : LLVMExpr[]

Comment string

Full Usage: Comment string

Parameters:
    Item : string

A comment line.

Item : string

Def(lhs, rhs)

Full Usage: Def(lhs, rhs)

Parameters:

Definition of an identifier.

lhs : LLVMIdentifier
rhs : LLVMExpr[]

LMark string

Full Usage: LMark string

Parameters:
    Item : string

Label statement.

Item : string

Store(LLVMExpr, LLVMExpr, align, comment)

Full Usage: Store(LLVMExpr, LLVMExpr, align, comment)

Parameters:
    Item1 : LLVMExpr
    Item2 : LLVMExpr
    align : string option
    comment : string option

Memory store.

Item1 : LLVMExpr
Item2 : LLVMExpr
align : string option
comment : string option

Instance members

Instance member Description

this.IsBranch

Full Usage: this.IsBranch

Returns: bool
Returns: bool

this.IsComment

Full Usage: this.IsComment

Returns: bool
Returns: bool

this.IsDef

Full Usage: this.IsDef

Returns: bool
Returns: bool

this.IsLMark

Full Usage: this.IsLMark

Returns: bool
Returns: bool

this.IsStore

Full Usage: this.IsStore

Returns: bool
Returns: bool

Type something to start searching.