| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | sourceloc.rs | 57 pub struct RelSourceLoc(u32); struct 59 impl RelSourceLoc { implementation 89 impl Default for RelSourceLoc { implementation 95 impl fmt::Display for RelSourceLoc { implementation
|
| H A D | mod.rs | 61 pub use crate::ir::sourceloc::RelSourceLoc; 80 pub(crate) type SourceLocs = SecondaryMap<Inst, RelSourceLoc>; 93 pub from: RelSourceLoc, 109 from: RelSourceLoc,
|
| H A D | function.rs | 30 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 D | dfg.rs | 11 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 D | bounds_checks.rs | 31 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 D | buffer.rs | 175 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 D | mod.rs | 49 self, DynamicStackSlot, RelSourceLoc, StackSlot, Type, function::FunctionParameters,
|
| H A D | lower.rs | 13 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 D | vcode.rs | 131 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 D | mod.rs | 17 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 D | masm.rs | 11 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 D | masm.rs | 33 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 D | frontend.rs | 13 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 D | masm.rs | 39 ir::{MemFlags, RelSourceLoc, SourceLoc}, 1322 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)> { in start_source_loc() argument
|