Searched refs:CompiledFunctionMetadata (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | debug.rs | 12 use crate::CompiledFunctionMetadata; 60 &'a dyn Fn(StaticModuleIndex, DefinedFuncIndex) -> (SymbolId, &'a CompiledFunctionMetadata), 87 ) -> (SymbolId, &'a CompiledFunctionMetadata), in new() argument 160 ) -> impl Iterator<Item = (StaticModuleIndex, usize, &'a CompiledFunctionMetadata)> + '_ { in functions() 172 ) -> (usize, &'a CompiledFunctionMetadata) { in function() argument
|
| H A D | compiled_function.rs | 41 pub struct CompiledFunctionMetadata { struct 67 metadata: CompiledFunctionMetadata, argument 192 pub fn metadata(&self) -> &CompiledFunctionMetadata { in metadata() argument
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | address_transform.rs | 497 &crate::CompiledFunctionMetadata, in mock() argument 669 use crate::{CompiledFunctionMetadata, FunctionAddressMap}; 795 let func = CompiledFunctionMetadata { in test_addr_translate()
|
| H A D | expression.rs | 899 use crate::CompiledFunctionMetadata; 1238 let func = CompiledFunctionMetadata { in create_mock_address_transform()
|