Expand description
This module gives users to instantiate values that Cranelift understands. These values are used, for example, during interpretation and for wrapping immediates.
Structs§
- Display
Data Values - Helper structure for printing bracket-enclosed vectors of DataValues.
Enums§
- Data
Value - Represent a data value. Where Value is an SSA reference, DataValue is the type + value that would be referred to by a Value.
- Data
Value Cast Failure - Record failures to cast DataValue.
Functions§
- write_
data_ value_ list - Helper function for displaying
Vec<DataValue>
.