Home
last modified time | relevance | path

Searched defs:cpp_like_debuginfo (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/debuginfo/
Dtype_names.rs57 let cpp_like_debuginfo = cpp_like_debuginfo(tcx); in push_debuginfo_type_name() localVariable
495 let cpp_like_debuginfo = cpp_like_debuginfo(tcx); in compute_debuginfo_vtable_name() localVariable
622 let cpp_like_debuginfo = cpp_like_debuginfo(tcx); in push_generic_params_internal() localVariable
780 pub fn cpp_like_debuginfo(tcx: TyCtxt<'_>) -> bool { in cpp_like_debuginfo() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmetadata.rs676 let cpp_like_debuginfo = cpp_like_debuginfo(cx.tcx); in build_basic_type_di_node() localVariable