C# Class LLVM.TypeRef

Datei anzeigen Open project: aaronrandolph/LLVM.NET Class Usage Examples

Public Properties

Property Type Description
Null TypeRef

Private Properties

Property Type Description

Public Methods

Method Description
CreateBool ( ) : TypeRef
CreateDouble ( ) : TypeRef
CreateFloat ( ) : TypeRef
CreateInt16 ( ) : TypeRef
CreateInt32 ( ) : TypeRef
CreateInt64 ( ) : TypeRef
CreateInt8 ( ) : TypeRef
CreateNullValue ( ) : Value
CreatePointer ( TypeRef target ) : TypeRef
CreateVoid ( ) : TypeRef
Tostring ( TypeRef type ) : String
TypeRef ( LLVMTypeRef handle, LLVMTypeRef pointed = null ) : System

Method Details

CreateBool() public static method

public static CreateBool ( ) : TypeRef
return TypeRef

CreateDouble() public static method

public static CreateDouble ( ) : TypeRef
return TypeRef

CreateFloat() public static method

public static CreateFloat ( ) : TypeRef
return TypeRef

CreateInt16() public static method

public static CreateInt16 ( ) : TypeRef
return TypeRef

CreateInt32() public static method

public static CreateInt32 ( ) : TypeRef
return TypeRef

CreateInt64() public static method

public static CreateInt64 ( ) : TypeRef
return TypeRef

CreateInt8() public static method

public static CreateInt8 ( ) : TypeRef
return TypeRef

CreateNullValue() public method

public CreateNullValue ( ) : Value
return Value

CreatePointer() public static method

public static CreatePointer ( TypeRef target ) : TypeRef
target TypeRef
return TypeRef

CreateVoid() public static method

public static CreateVoid ( ) : TypeRef
return TypeRef

Tostring() public static method

public static Tostring ( TypeRef type ) : String
type TypeRef
return String

TypeRef() public method

public TypeRef ( LLVMTypeRef handle, LLVMTypeRef pointed = null ) : System
handle LLVMTypeRef
pointed LLVMTypeRef
return System

Property Details

Null public_oe static_oe property

public static TypeRef,LLVM Null
return TypeRef