Module cranelift_codegen::binemit
source · Expand description
Binary machine code emission.
The binemit
module contains code for translating Cranelift’s intermediate representation into
binary machine code.
Structs§
- Container for information about a vector of compiled code and its supporting read-only data.
- Stack maps record which words in a stack frame contain live GC references at a given instruction pointer.
Enums§
- Relocation kinds for every ISA
Type Aliases§
- Addend to add to the symbol value.
- Offset in bytes from the beginning of the function.