Enum Triple.ObjectFormatType
Object format type for a Triple
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum ObjectFormatType
Fields
COFF | COFF format |
ELF | ELF format |
MachO | MachO format |
UnknownObjectFormat | Unknown format |
Wasm | Wasm format |
XCOFF | SCOFF format |