Click or drag to resize
Llvm.NET LogoNativeModuleGetFunction Method

[This is preliminary documentation and is subject to change.]

Gets a function by name from this module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Function GetFunction(
	string name
)

Parameters

name
Type: SystemString
Name of the function to get

Return Value

Type: Function
The function or null if not found
See Also