Table of Contents

Enum ObjectFormatKind

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

Object format type for a Triple

public enum ObjectFormatKind

Fields

COFF = 1
DXContainer = 2
ELF = 3
MachO = 5
SpirV = 6
Unknown = 0
Wasm = 7
XCOFF = 8