Home
last modified time | relevance | path

Searched defs:RelSourceLoc (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dsourceloc.rs57 pub struct RelSourceLoc(u32); struct
59 impl RelSourceLoc { impl
89 impl Default for RelSourceLoc { implementation
95 impl fmt::Display for RelSourceLoc { implementation
H A Dfunction.rs361 pub(crate) fn rel_srclocs(&self) -> &SecondaryMap<Inst, RelSourceLoc> { in rel_srclocs() argument
H A Ddfg.rs261 pub fn add_value_label_alias(&mut self, to_alias: Value, from: RelSourceLoc, value: Value) { in add_value_label_alias()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dlower.rs982 fn finish_ir_inst(&mut self, loc: RelSourceLoc) { in finish_ir_inst()
1436 pub fn srcloc(&self, ir_inst: Inst) -> RelSourceLoc { in srcloc()
H A Dvcode.rs364 pub fn push(&mut self, insn: I, loc: RelSourceLoc) { in push()
H A Dbuffer.rs1761 pub fn start_srcloc(&mut self, loc: RelSourceLoc) -> (CodeOffset, RelSourceLoc) { in start_srcloc() argument
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dmod.rs263 pub fn source_loc_from(&mut self, loc: SourceLoc) -> RelSourceLoc { in source_loc_from()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs1205 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)> { in start_source_loc() argument
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs1322 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)> { in start_source_loc() argument
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs2006 fn start_source_loc(&mut self, loc: RelSourceLoc) -> Result<(CodeOffset, RelSourceLoc)>; in start_source_loc() argument