MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Codegen

Class Codegen

cranelift/isle/isle/src/codegen.rs:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69#[derive(Clone, Debug)]
70struct Codegen<'a> {
71 files: Arc<Files>,
72 typeenv: &'a TypeEnv,
73 termenv: &'a TermEnv,
74 terms: &'a [(TermId, RuleSet)],
75}
76
77enum Nested<'a> {
78 Cases(Iter<'a, EvalStep>),

Callers 9

compile_functionMethod · 0.85
compile_maybe_cachedFunction · 0.85
compile_uncachedFunction · 0.85
finish_with_infoMethod · 0.85
emit_unwind_infoMethod · 0.85
compile_functionMethod · 0.85
compile_trampolineMethod · 0.85
compile_intrinsicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected