LLVMGetNamedFunction

Obtain a Function value from a Module by its name.

The returned value corresponds to a llvm::Function value.

@see llvm::Module::getFunction()

extern (C) nothrow
LLVMValueRef
LLVMGetNamedFunction
(
LLVMModuleRef M
,
const(char)* Name
)

Meta