Expand description
Top-level lib.rs for cranelift_module
.
Structs§
- Data
Declaration - Information about a data object which can be accessed.
- Data
Description - A description of a data object.
- DataId
- A data object identifier for use in the
Module
interface. - FuncId
- A function identifier for use in the
Module
interface. - Function
Declaration - Information about a function which can be called.
- Module
Declarations - This provides a view to the state of a module which allows
ir::ExternalName
s to be translated intoFunctionDeclaration
s andDataDeclaration
s. - Module
Reloc - A module relocation.
- Trap
Site - Record of the arguments cranelift passes to
TrapSink::trap
.
Enums§
- Func
OrData Id - A declared name may refer to either a function or data declaration
- Init
- This specifies how data is to be initialized.
- Linkage
- Linkage refers to where an entity is defined and who can see it.
- Module
Error - Error messages for all
Module
methods - Module
Reloc Target - A translated
ExternalName
into something global we can handle.
Constants§
- VERSION
- Version number of this crate.
Traits§
- Module
- A
Module
is a utility for collecting functions and data objects, and linking them together.
Functions§
- default_
libcall_ names - Default names for [ir::LibCall]s. A function by this name is imported into the object as part of the translation of a [ir::ExternalName::LibCall] variant.
Type Aliases§
- Module
Result - A convenient alias for a
Result
that usesModuleError
as the error type.