Home
last modified time | relevance | path

Searched defs:DebugTag (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddebug_tags.rs64 pub enum DebugTag { enum
91 pub fn get(&self, inst: Inst) -> &[DebugTag] { in get()
134 impl core::fmt::Display for DebugTag { implementation
/wasmtime-44.0.1/crates/cranelift/src/
H A Dtrap.rs23 fn debug_tags(&self, _srcloc: ir::SourceLoc) -> Vec<ir::DebugTag> { in debug_tags()
H A Dfunc_environ.rs1229 pub(crate) fn debug_tags(&self, srcloc: ir::SourceLoc) -> Vec<ir::DebugTag> { in debug_tags()
1331 fn debug_tags(&self, srcloc: ir::SourceLoc) -> Vec<ir::DebugTag> { in debug_tags()
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs929 fn optional_debug_tags(&mut self) -> ParseResult<Vec<DebugTag>> { in optional_debug_tags()
2161 debug_tags: Vec<DebugTag>, in parse_instruction()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs605 pub fn add_debug_tags(&mut self, inst: BackwardsInsnIndex, entries: &[ir::DebugTag]) { in add_debug_tags()
H A Dbuffer.rs1814 pub fn push_debug_tags(&mut self, pos: MachDebugTagPos, tags: &[DebugTag]) { in push_debug_tags()