Home
last modified time | relevance | path

Searched refs:compiled_function_relocation_targets (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs247 fn compiled_function_relocation_targets<'a>( in compiled_function_relocation_targets() method
251 self.trampolines.compiled_function_relocation_targets(func) in compiled_function_relocation_targets()
329 fn compiled_function_relocation_targets<'a>( in compiled_function_relocation_targets() method
333 self.0.compiled_function_relocation_targets(func) in compiled_function_relocation_targets()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs301 fn compiled_function_relocation_targets<'a>( in compiled_function_relocation_targets() method
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs970 for reloc in compiler.compiled_function_relocation_targets(&*output.function.code) { in compile_required_builtins()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs834 fn compiled_function_relocation_targets<'a>( in compiled_function_relocation_targets() method