[][src]Crate cranelift_object

Top-level lib.rs for cranelift_object.

Users of this module should not have to depend on object directly.

Structs

ObjectBackend

A ObjectBackend implements Backend and emits ".o" files using the object library.

ObjectBuilder

A builder for ObjectBackend.

ObjectProduct

This is the output of Module's finish function. It contains the generated Object and other information produced during compilation.

ObjectTrapSink

Record of the trap sites for a given function

Enums

ObjectTrapCollection

Setting to enable collection of traps. Setting this to Enabled in ObjectBuilder means that ObjectProduct will contains trap sites.

Constants

VERSION

Version number of this crate.