RenamingsStorage

Storage for the old-new function name pairs. This is a mutable map that is populated by the RenamingsStorer transformer.

Functions

Link copied to clipboard
fun clear()

Clears the stored renamings.

Link copied to clipboard
operator fun get(dri: DRI): Renaming?
Link copied to clipboard
operator fun set(dri: DRI, renaming: Renaming)

Updates the renaming for the given address.