Home
last modified time | relevance | path

Searched refs:next_frame_sc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp440 SymbolContext &next_frame_sc, in GetParentOfInlinedScope() argument
442 next_frame_sc.Clear(false); in GetParentOfInlinedScope()
459 next_frame_block->CalculateSymbolContext(&next_frame_sc); in GetParentOfInlinedScope()
472 next_frame_sc.line_entry.range.GetBaseAddress() = next_frame_pc; in GetParentOfInlinedScope()
473 next_frame_sc.line_entry.file = in GetParentOfInlinedScope()
475 next_frame_sc.line_entry.original_file = in GetParentOfInlinedScope()
477 next_frame_sc.line_entry.line = in GetParentOfInlinedScope()
479 next_frame_sc.line_entry.column = in GetParentOfInlinedScope()
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp547 SymbolContext next_frame_sc; in GetFramesUpTo() local
551 curr_frame_address, next_frame_sc, next_frame_address)) { in GetFramesUpTo()
552 next_frame_sc.line_entry.ApplyFileMappings(target_sp); in GetFramesUpTo()
557 behaves_like_zeroth_frame, &next_frame_sc)); in GetFramesUpTo()
560 unwind_sc = next_frame_sc; in GetFramesUpTo()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h313 SymbolContext &next_frame_sc,