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