Package

scala.scalanative

nir

Permalink

package nir

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Attr extends AnyRef

    Permalink
  2. final case class Attrs(inlineHint: Inline = MayInline, specialize: Specialize = MaySpecialize, opt: Opt = UnOpt, isExtern: Boolean = false, isDyn: Boolean = false, isStub: Boolean = false, isAbstract: Boolean = false, links: Seq[Link] = Seq()) extends Product with Serializable

    Permalink
  3. sealed abstract class Bin extends AnyRef

    Permalink
  4. class Buffer extends AnyRef

    Permalink
  5. sealed abstract class Comp extends AnyRef

    Permalink
  6. sealed abstract class Conv extends AnyRef

    Permalink
  7. sealed abstract class Defn extends AnyRef

    Permalink
  8. sealed abstract class Dep extends AnyRef

    Permalink
  9. final class Fresh extends AnyRef

    Permalink
  10. sealed abstract class Global extends AnyRef

    Permalink
  11. sealed abstract class Inst extends AnyRef

    Permalink
  12. sealed trait LinktimeCondition extends AnyRef

    Permalink
  13. final case class Local(id: Long) extends AnyVal with Product with Serializable

    Permalink
  14. sealed abstract class Next extends AnyRef

    Permalink
  15. sealed abstract class Op extends AnyRef

    Permalink
  16. final case class Position(source: SourceFile, line: Int, column: Int) extends Product with Serializable

    Permalink
  17. case class Prelude(magic: Int, compat: Int, revision: Int, hasEntryPoints: Boolean) extends Product with Serializable

    Permalink
  18. final class Sig extends AnyRef

    Permalink
  19. trait Transform extends AnyRef

    Permalink
  20. sealed abstract class Type extends AnyRef

    Permalink
  21. sealed abstract class Val extends AnyRef

    Permalink

Value Members

  1. object Attr

    Permalink
  2. object Attrs extends Serializable

    Permalink
  3. object Bin

    Permalink
  4. object Comp

    Permalink
  5. object ControlFlow

    Permalink

    Analysis that's used to answer following questions:

    Analysis that's used to answer following questions:

    * What are the predecessors of given block?

    * What are the successors of given block?

  6. object Conv

    Permalink
  7. object Defn

    Permalink
  8. object Dep

    Permalink
  9. object Fresh

    Permalink
  10. object Global

    Permalink
  11. object Inst

    Permalink
  12. object Linktime

    Permalink
  13. object LinktimeCondition

    Permalink
  14. object Mangle

    Permalink
  15. object Next

    Permalink
  16. object Of

    Permalink
  17. object Op

    Permalink
  18. object Position extends Serializable

    Permalink
  19. object Prelude extends Serializable

    Permalink
  20. object Rt

    Permalink
  21. object Show

    Permalink
  22. object Sig

    Permalink
  23. object Type

    Permalink
  24. object Unmangle

    Permalink
  25. object Val

    Permalink
  26. object Versions

    Permalink
  27. package serialization

    Permalink

Ungrouped