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