Table of Contents

Method GetNamedGlobal

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

GetNamedGlobal(LazyEncodedString)

Retrieves a named global from the module

GlobalVariable? GetNamedGlobal(LazyEncodedString name)

Parameters

name LazyEncodedString

Name of the global

Returns

GlobalVariable

GlobalVariable or null if not found