Click or drag to resize
Llvm.NET LogoNativeModuleGetNamedGlobal Method

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

Retrieves a named global from the module

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

Parameters

name
Type: SystemString

Return Value

Type: GlobalVariable
See Also