object Section

Source
model.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Section
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Code(bodies: Vector[FuncBody]) extends Section with Product with Serializable
  2. case class Custom(name: String, payload: BitVector) extends Section with Product with Serializable
  3. case class Datas(data: Vector[Data]) extends Section with Product with Serializable
  4. case class Elements(elements: Vector[Elem]) extends Section with Product with Serializable
  5. case class Exports(exports: Vector[Export]) extends Section with Product with Serializable
  6. case class Functions(functions: Vector[Int]) extends Section with Product with Serializable
  7. case class Globals(globals: Vector[Global]) extends Section with Product with Serializable
  8. case class Imports(imports: Vector[Import]) extends Section with Product with Serializable
  9. case class Memories(memories: Vector[MemType]) extends Section with Product with Serializable
  10. case class Start(index: FuncIdx) extends Section with Product with Serializable
  11. case class Tables(tables: Vector[TableType]) extends Section with Product with Serializable
  12. case class Types(types: Vector[FuncType]) extends Section with Product with Serializable