Home
last modified time | relevance | path

Searched refs:MachDebugTagPos (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dlib.rs78 MachBufferFinalized, MachBufferFrameLayout, MachDebugTagPos, MachInst, MachInstEmit,
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs956 |this: &VCode<I>, pos: MachDebugTagPos, buffer: &mut MachBuffer<I>| { in emit()
977 MachDebugTagPos::Post in emit()
979 MachDebugTagPos::Pre in emit()
982 if debug_tag_pos == MachDebugTagPos::Pre { in emit()
1028 if debug_tag_pos == MachDebugTagPos::Post { in emit()
H A Dbuffer.rs1814 pub fn push_debug_tags(&mut self, pos: MachDebugTagPos, tags: &[DebugTag]) { in push_debug_tags() argument
2355 pub pos: MachDebugTagPos,
2394 pub enum MachDebugTagPos { enum
2416 pub pos: MachDebugTagPos,
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs19 MachDebugTagPos,
1659 MachDebugTagPos::Post => FrameInstPos::Post, in clif_to_env_frame_tables()
1660 MachDebugTagPos::Pre => FrameInstPos::Pre, in clif_to_env_frame_tables()