Module cranelift_codegen::machinst::abi [−][src]
ABI definitions.
Traits
ABICallee | Trait implemented by an object that tracks ABI-related state (e.g., stack layout) and can generate code while emitting the body of a function. |
ABICaller | Trait implemented by an object that tracks ABI-related state and can generate code while emitting a call to a function. |
Type Definitions
SmallInstVec | A small vector of instructions (with some reasonable size); appropriate for a small fixed sequence implementing one operation. |