Searched refs:next_frame_sc (Results 1 – 3 of 3) sorted by relevance
453 SymbolContext &next_frame_sc, in GetParentOfInlinedScope() argument456 next_frame_sc.Clear(false); in GetParentOfInlinedScope()475 next_frame_block->CalculateSymbolContext (&next_frame_sc); in GetParentOfInlinedScope()487 next_frame_sc.line_entry.range.GetBaseAddress() = next_frame_pc; in GetParentOfInlinedScope()488 … next_frame_sc.line_entry.file = curr_inlined_block_inlined_info->GetCallSite().GetFile(); in GetParentOfInlinedScope()489 … next_frame_sc.line_entry.line = curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()490 … next_frame_sc.line_entry.column = curr_inlined_block_inlined_info->GetCallSite().GetColumn(); in GetParentOfInlinedScope()
356 SymbolContext next_frame_sc; in GetFramesUpTo() local359 … while (unwind_sc.GetParentOfInlinedScope(curr_frame_address, next_frame_sc, next_frame_address)) in GetFramesUpTo()367 &next_frame_sc)); in GetFramesUpTo()370 unwind_sc = next_frame_sc; in GetFramesUpTo()
336 SymbolContext &next_frame_sc,