Home
last modified time | relevance | path

Searched refs:RelSourceLoc (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dsourceloc.rs57 pub struct RelSourceLoc(u32); struct
59 impl RelSourceLoc { implementation
89 impl Default for RelSourceLoc { implementation
95 impl fmt::Display for RelSourceLoc { implementation
H A Dmod.rs61 pub use crate::ir::sourceloc::RelSourceLoc;
80 pub(crate) type SourceLocs = SecondaryMap<Inst, RelSourceLoc>;
93 pub from: RelSourceLoc,
109 from: RelSourceLoc,
H A Dfunction.rs30 use super::{RelSourceLoc, SourceLoc, UserExternalName};
361 pub(crate) fn rel_srclocs(&self) -> &SecondaryMap<Inst, RelSourceLoc> { in rel_srclocs() argument
447 self.stencil.srclocs[inst] = RelSourceLoc::from_base_offset(base, srcloc); in set_srcloc()
H A Ddfg.rs11 ExtFuncData, FuncRef, Immediate, Inst, JumpTables, RelSourceLoc, SigRef, Signature, Type,
261 pub fn add_value_label_alias(&mut self, to_alias: Value, from: RelSourceLoc, value: Value) { in add_value_label_alias() argument
/wasmtime-44.0.1/crates/cranelift/src/
H A Dbounds_checks.rs31 ir::{self, InstBuilder, RelSourceLoc, condcodes::IntCC},
546 let loc = RelSourceLoc::from_base_offset(pos.func.params.base_srcloc(), loc); in cast_index_to_pointer_ty()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs175 use crate::ir::{DebugTag, ExceptionTag, ExternalName, RelSourceLoc, SourceLoc, TrapCode};
219 type SourceLocType = RelSourceLoc;
272 cur_srcloc: Option<(CodeOffset, RelSourceLoc)>,
1761 pub fn start_srcloc(&mut self, loc: RelSourceLoc) -> (CodeOffset, RelSourceLoc) { in start_srcloc() argument
2055 loc: Option<RelSourceLoc>,
H A Dmod.rs49 self, DynamicStackSlot, RelSourceLoc, StackSlot, Type, function::FunctionParameters,
H A Dlower.rs13 RelSourceLoc, SigRef, Signature, Type, Value, ValueDef, ValueLabelAssignments, ValueLabelStart,
982 fn finish_ir_inst(&mut self, loc: RelSourceLoc) { in finish_ir_inst() argument
1436 pub fn srcloc(&self, ir_inst: Inst) -> RelSourceLoc { in srcloc() argument
H A Dvcode.rs131 srclocs: Vec<RelSourceLoc>,
364 pub fn push(&mut self, insn: I, loc: RelSourceLoc) { in push() argument
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dmod.rs17 ir::{RelSourceLoc, SourceLoc},
86 pub current: (CodeOffset, RelSourceLoc),
263 pub fn source_loc_from(&mut self, loc: SourceLoc) -> RelSourceLoc { in source_loc_from() argument
268 RelSourceLoc::from_base_offset(self.source_location.base.unwrap_or_default(), loc) in source_loc_from()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs11 ir::{Endianness, MemFlags, RelSourceLoc, SourceLoc, UserExternalNameRef},
2006 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)>; in start_source_loc() argument
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs33 ir::{MemFlags, RelSourceLoc, SourceLoc, types},
1205 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)> { in start_source_loc() argument
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs13 InstBuilderBase, InstructionData, JumpTable, JumpTableData, LibCall, MemFlags, RelSourceLoc,
526 from: RelSourceLoc::from_base_offset(self.func.params.base_srcloc(), self.srcloc), in set_val_label()
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs39 ir::{MemFlags, RelSourceLoc, SourceLoc},
1322 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)> { in start_source_loc() argument