Home
last modified time | relevance | path

Searched defs:debug_context (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dutils.rs36 pub fn debug_context<'a, 'll, 'tcx>( in debug_context() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dlib.rs133 debug_context: Option<DebugContext>, field
150 let debug_context = if debug_info && !tcx.sess.target.options.is_like_windows { in new() localVariable
Dbase.rs200 let debug_context = &mut cx.debug_context; in compile_fn() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Dmod.rs48 debug_context: Option<FunctionDebugContext<Bx::DIScope, Bx::DILocation>>, field
171 let debug_context = cx.create_function_debug_context(instance, &fn_abi, llfn, &mir); in codegen_mir() localVariable
/third_party/rust/rust/tests/ui/issues/
Dissue-29540.rs8 pub debug_context: String, field