Show / Hide Table of Contents

    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 Source

    All

    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>
    | Improve this Doc View Source

    Help

    The 'help' option, which prints usage information.

    Declaration
    public static readonly FlagOption Help
    Field Value
    Type Description
    Pixie.Options.FlagOption
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    PrintIr

    The 'print-ir' option, which prints method body IR.

    Declaration
    public static readonly FlagOption PrintIr
    Field Value
    Type Description
    Pixie.Options.FlagOption
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX