Property | Type | Description | |
---|---|---|---|
NonNull | |||
Null |
Property | Type | Description | |
---|---|---|---|
m_handle | LLVMValueRef* |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateConstBool ( bool value ) : |
||
CreateConstDouble ( double value ) : |
||
CreateConstFloat ( float value ) : |
||
CreateConstInt ( |
||
CreateConstInt16 ( short value ) : |
||
CreateConstInt32 ( int value ) : |
||
CreateConstInt64 ( long value ) : |
||
CreateConstInt8 ( sbyte value ) : |
||
CreateConstReal ( |
||
CreateConstUInt ( |
||
CreateConstUInt16 ( ushort value ) : |
||
CreateConstUInt32 ( uint value ) : |
||
CreateConstUInt64 ( ulong value ) : |
||
CreateConstUInt8 ( byte value ) : |
||
GetLLVMType ( ) : string | ||
GetName ( LLVMValueRef value ) : string | ||
GetUseCount ( LLVMValueRef value ) : int | ||
SetInitializer ( |
||
Used ( LLVMValueRef value ) : bool | ||
Value ( ) : System | ||
Value ( LLVMValueRef handle ) : System |
public static CreateConstBool ( bool value ) : |
||
value | bool | |
return |
public static CreateConstDouble ( double value ) : |
||
value | double | |
return |
public static CreateConstFloat ( float value ) : |
||
value | float | |
return |
public static CreateConstInt ( |
||
type | ||
value | long | |
return |
public static CreateConstInt16 ( short value ) : |
||
value | short | |
return |
public static CreateConstInt32 ( int value ) : |
||
value | int | |
return |
public static CreateConstInt64 ( long value ) : |
||
value | long | |
return |
public static CreateConstInt8 ( sbyte value ) : |
||
value | sbyte | |
return |
public static CreateConstReal ( |
||
type | ||
value | double | |
return |
public static CreateConstUInt ( |
||
type | ||
value | ulong | |
return |
public static CreateConstUInt16 ( ushort value ) : |
||
value | ushort | |
return |
public static CreateConstUInt32 ( uint value ) : |
||
value | uint | |
return |
public static CreateConstUInt64 ( ulong value ) : |
||
value | ulong | |
return |
public static CreateConstUInt8 ( byte value ) : |
||
value | byte | |
return |
public static GetName ( LLVMValueRef value ) : string | ||
value | LLVMValueRef | |
return | string |
public static GetUseCount ( LLVMValueRef value ) : int | ||
value | LLVMValueRef | |
return | int |
public static Used ( LLVMValueRef value ) : bool | ||
value | LLVMValueRef | |
return | bool |
public Value ( LLVMValueRef handle ) : System | ||
handle | LLVMValueRef | |
return | System |