Expand description
§revmc-backend
EVM bytecode compiler backend abstraction.
Re-exports§
pub use eyre;
pub use ruint;
pub use ruint::aliases::U256;
pub use ruint::uint;
Modules§
Structs§
- Pointer
- A pointer to a value.
Enums§
- Attribute
- Function or parameter attribute.
- Function
Attribute Location - Determines where on a function an attribute is assigned to.
- IntCC
- Integer comparison condition.
- Linkage
- Linkage type.
- Optimization
Level - Optimization level.
- Pointer
Base - The base of a pointer. Either an address or a stack slot.
- Tail
Call Kind - Tail call kind.
- Target
- Target machine.