Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/debuginfo/
Dmod.rs31 pub(crate) struct DebugContext { struct
44 impl DebugContext { argument
145 debug_context: &mut DebugContext, in finalize()
Dline_info.rs63 impl DebugContext { impl
142 debug_context: &mut DebugContext, in create_debug_lines()
Demit.rs12 impl DebugContext { impl
/third_party/rust/rust/tests/ui/nll/
Dissue-54779-anon-static-lifetime.rs19 trait DebugContext {} interface
28 cx: &dyn DebugContext, in fmt_with()
42 cx: &dyn DebugContext, in fmt_with()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtls.rs14 pub(crate) struct DebugContext<'a>(&'a dyn HirDatabase); struct
16 impl DebugContext<'_> { impl
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/
Daot.rs143 debug: Option<DebugContext>, in emit_cgu()