C# Class LLVM.ExecutionEngine

Inheritance: IDisposable, IPointerWrapper
Show file Open project: aaronrandolph/LLVM.NET

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
ExecutionEngine ( Module module ) : System
GetTargetData ( ) : TargetData
RunFunction ( Function function, GenericValue args ) : GenericValue

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

ExecutionEngine() public method

public ExecutionEngine ( Module module ) : System
module Module
return System

GetTargetData() public method

public GetTargetData ( ) : TargetData
return TargetData

RunFunction() public method

public RunFunction ( Function function, GenericValue args ) : GenericValue
function Function
args GenericValue
return GenericValue