ΒΆLLVMValueRef LLVMGetNamedFunction(
LLVMModuleRef M,
const char* Name)
LLVMValueRef LLVMGetNamedFunction(
LLVMModuleRef M,
const char* Name)
Description
Obtain a Function value from a Module by its name. The returned value corresponds to a llvm::Function value.
Declared at: llvm/include/llvm-c/Core.h:1012
Parameters
- LLVMModuleRef M
- const char* Name