Searched defs:FunctionDebugContext (Results 1 – 3 of 3) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/debuginfo/ |
| D | mod.rs | 38 pub(crate) struct FunctionDebugContext { struct 39 entry_id: UnitEntryId, 40 function_source_loc: (FileId, u64, u64), 41 source_loc_set: indexmap::IndexSet<(FileId, u64, u64)>, 115 ) -> FunctionDebugContext { in define_function() 142 impl FunctionDebugContext { implementation
|
| D | line_info.rs | 134 impl FunctionDebugContext { implementation
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/ |
| D | debuginfo.rs | 20 pub struct FunctionDebugContext<S, L> { struct 21 pub scopes: IndexVec<mir::SourceScope, DebugScope<S, L>>,
|