Expand description
Binary machine code emission.
The binemit
module contains code for translating Cranelift’s intermediate representation into
binary machine code.
Structs§
- Code
Info - Container for information about a vector of compiled code and its supporting read-only data.
Enums§
- Reloc
- Relocation kinds for every ISA
Type Aliases§
- Addend
- Addend to add to the symbol value.
- Code
Offset - Offset in bytes from the beginning of the function.