Home
last modified time | relevance | path

Searched defs:scope_data (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/intrinsics/
Dcaller_location.rs45 let scope_data = &frame.body.source_scopes[source_info.scope]; in find_closest_untracked_caller_location() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dcreate_scope_map.rs62 let scope_data = &mir.source_scopes[scope]; in make_mir_scope() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dquery.rs159 let scope_data = &body.source_scopes[statement.source_info.scope]; in is_inlined() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dascend_timeline_generator.py312 def _parse_scope_info(self, scope_data): argument
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dcommon.rs435 let scope_data = &self.mir.source_scopes[source_info.scope]; in get_caller_location() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Deval_context.rs983 let mut scope_data = &frame.body.source_scopes[scope]; in generate_stacktrace_from_stack() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Dblock.rs1481 let scope_data = &self.mir.source_scopes[source_info.scope]; in get_caller_location() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs1853 let scope_data = &source_scopes[self]; in inlined_instance() localVariable