Method LibLLVMGetGlobalAlias
LibLLVMGetGlobalAlias(LLVMModuleRef, String)
TODO: Provide summary for Function LibLLVMGetGlobalAlias
Declaration
public static LLVMValueRef LibLLVMGetGlobalAlias(LLVMModuleRef module, string name)
Parameters
public static LLVMValueRef LibLLVMGetGlobalAlias(LLVMModuleRef module, string name)
LLVMModuleRef | module | TODO: Provide details of parameter module |
String | name | TODO: Provide details of parameter name |
Returns
LLVMValueRef | TODO: Document return value |