SIRLinker

scalus.sir.linking.SIRLinker
See theSIRLinker companion object
class SIRLinker(options: SIRLinkerOptions, moduleDefs: Map[String, Module])

Links SIR definitions and data declarations into a single SIR module.

This class is responsible for linking SIR definitions and data declarations to create a single SIR module.

It traverses the SIR tree and links external definitions and data declarations to the global definitions and data declarations.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def retrieveErrors: List[(String, SIRPosition)]