Searched defs:next_frame_sc (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
H A DSymbolContext.cpp453 SymbolContext &next_frame_sc,
456 next_frame_sc.Clear(false);
475 next_frame_block->CalculateSymbolContext (&next_frame_sc);
487 next_frame_sc.line_entry.range.GetBaseAddress() = next_frame_pc;
488 next_frame_sc.line_entry.file = curr_inlined_block_inlined_info->GetCallSite().GetFile();
489 next_frame_sc.line_entry.line = curr_inlined_block_inlined_info->GetCallSite().GetLine();
490 next_frame_sc.line_entry.column = curr_inlined_block_inlined_info->GetCallSite().GetColumn();
452 GetParentOfInlinedScope(const Address &curr_frame_pc, SymbolContext &next_frame_sc, Address &next_frame_pc) const argument
/external/lldb/source/Target/
H A DStackFrameList.cpp356 SymbolContext next_frame_sc; local
359 while (unwind_sc.GetParentOfInlinedScope(curr_frame_address, next_frame_sc, next_frame_address))
367 &next_frame_sc));
370 unwind_sc = next_frame_sc;

Completed in 583 milliseconds