Home
last modified time | relevance | path

Searched refs:from_base_offset (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dsourceloc.rs66 pub fn from_base_offset(base: SourceLoc, offset: SourceLoc) -> Self { in from_base_offset() method
H A Dfunction.rs447 self.stencil.srclocs[inst] = RelSourceLoc::from_base_offset(base, srcloc); in set_srcloc()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dbounds_checks.rs546 let loc = RelSourceLoc::from_base_offset(pos.func.params.base_srcloc(), loc); in cast_index_to_pointer_ty()
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dmod.rs268 RelSourceLoc::from_base_offset(self.source_location.base.unwrap_or_default(), loc) in source_loc_from()
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs526 from: RelSourceLoc::from_base_offset(self.func.params.base_srcloc(), self.srcloc), in set_val_label()