Table of Contents

Enum MacroKind

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

Describes the kind of macro declaration

public enum MacroKind

Fields

Define = 1

Macro definition

EndFile = 4

End of file macro

None = 0

Default None value. This is an invalid value that is not supported by LLVM

StartFile = 3

Start of file macro

Undefine = 2

Undefine a macro

VendorExt = 255

Vendor specific extension type