Struct cranelift_module::ModuleCompiledFunction [−][src]
pub struct ModuleCompiledFunction {
pub size: CodeOffset,
}Expand description
Information about the compiled function.
Fields
size: CodeOffsetThe size of the compiled function.