Home
last modified time | relevance | path

Searched refs:ComponentPC (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Daddress_map.rs75 pub struct ComponentPC(u32); struct
77 impl ComponentPC { implementation
96 impl fmt::Debug for ComponentPC { implementation
102 impl fmt::Display for ComponentPC { implementation
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs29 BuiltinFunctionIndex, ComponentPC, DataIndex, DefinedFuncIndex, ElemIndex,
1245 let component_pc = ComponentPC::new(srcloc.bits()); in debug_tags()