Searched refs:next_frame_sc (Results 1 – 3 of 3) sorted by relevance
451 SymbolContext &next_frame_sc, in GetParentOfInlinedScope() argument453 next_frame_sc.Clear(false); in GetParentOfInlinedScope()470 next_frame_block->CalculateSymbolContext(&next_frame_sc); in GetParentOfInlinedScope()483 next_frame_sc.line_entry.range.GetBaseAddress() = next_frame_pc; in GetParentOfInlinedScope()484 next_frame_sc.line_entry.file_sp = std::make_shared<SupportFile>( in GetParentOfInlinedScope()486 next_frame_sc.line_entry.original_file_sp = in GetParentOfInlinedScope()489 next_frame_sc.line_entry.line = in GetParentOfInlinedScope()491 next_frame_sc.line_entry.column = in GetParentOfInlinedScope()
549 SymbolContext next_frame_sc; in GetFramesUpTo() local553 curr_frame_address, next_frame_sc, next_frame_address)) { in GetFramesUpTo()554 next_frame_sc.line_entry.ApplyFileMappings(target_sp); in GetFramesUpTo()559 behaves_like_zeroth_frame, &next_frame_sc)); in GetFramesUpTo()562 unwind_sc = next_frame_sc; in GetFramesUpTo()
309 SymbolContext &next_frame_sc,