wasmer/rustdoc/cranelift_codegen/sidebar-items.js
2019-09-06 15:57:44 -07:00

1 line
1.4 KiB
JavaScript

initSidebarItems({"constant":[["VERSION","Version number of this crate."]],"enum":[["CodegenError","A compilation error."]],"fn":[["legalize_function","Legalize `func` for `isa`."]],"mod":[["binemit","Binary machine code emission."],["cfg_printer","The `CFGPrinter` utility."],["cursor","Cursor library."],["dbg","Debug tracing helpers."],["dominator_tree","A Dominator Tree represented as mappings of Ebbs to their immediate dominator."],["flowgraph","A control flow graph represented as mappings of extended basic blocks to their predecessors and successors."],["ir","Representation of Cranelift IR functions."],["isa","Instruction Set Architectures."],["loop_analysis","A loop analysis represented as mappings of loops to their header Ebb and parent in the loop tree."],["packed_option","Compact representation of `Option<T>` for types with a reserved value."],["print_errors","Utility routines for pretty-printing error messages."],["settings","Shared settings module."],["timing","Pass timing."],["verifier","A verifier for ensuring that functions are well formed. It verifies:"],["write","Converting Cranelift IR to text."]],"struct":[["Context","Persistent data structures and compilation pipeline."],["ValueLocRange","Value location range."]],"type":[["CodegenResult","A convenient alias for a `Result` that uses `CodegenError` as the error type."],["ValueLabelsRanges","Resulting map of Value labels and their ranges/locations."]]});