Module cranelift_codegen::data_value
source · 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
- Helper structure for printing bracket-enclosed vectors of DataValues.
Enums
- Record failures to cast DataValue.
Functions
- Helper function for displaying
Vec<DataValue>
.