Class Options
Defines Pixie command-line options.
Inheritance
System.Object
Options
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2LLVM
Assembly: il2llvm.dll
Syntax
public static class Options
Fields
| Improve this Doc View SourceAll
A list of all named options understood by il2llvm.
Declaration
public static readonly IReadOnlyList<Option> All
Field Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<Pixie.Options.Option> |
Help
The 'help' option, which prints usage information.
Declaration
public static readonly FlagOption Help
Field Value
Type | Description |
---|---|
Pixie.Options.FlagOption |
Input
The 'input' pseudo-option, which specifies the assembly to compile.
Declaration
public static readonly ValueOption<string> Input
Field Value
Type | Description |
---|---|
Pixie.Options.ValueOption<System.String> |
Output
The 'output' option, which specifies where the output LLVM module goes.
Declaration
public static readonly ValueOption<string> Output
Field Value
Type | Description |
---|---|
Pixie.Options.ValueOption<System.String> |
PrintIr
The 'print-ir' option, which prints method body IR.
Declaration
public static readonly FlagOption PrintIr
Field Value
Type | Description |
---|---|
Pixie.Options.FlagOption |