Table of Contents

Enum UnnamedAddressKind

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

Unnamed address state of a global value

public enum UnnamedAddressKind

Fields

Global = 2

Address of the global is globally significant

Local = 1

Address of the global is locally significant

None = 0

Address of the global is significant