Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp438 SymbolContext &next_frame_sc, in GetParentOfInlinedScope() argument
440 next_frame_sc.Clear(false); in GetParentOfInlinedScope()
457 next_frame_block->CalculateSymbolContext(&next_frame_sc); in GetParentOfInlinedScope()
470 next_frame_sc.line_entry.range.GetBaseAddress() = next_frame_pc; in GetParentOfInlinedScope()
471 next_frame_sc.line_entry.file = in GetParentOfInlinedScope()
473 next_frame_sc.line_entry.original_file = in GetParentOfInlinedScope()
475 next_frame_sc.line_entry.line = in GetParentOfInlinedScope()
477 next_frame_sc.line_entry.column = in GetParentOfInlinedScope()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStackFrameList.cpp533 SymbolContext next_frame_sc; in GetFramesUpTo() local
537 curr_frame_address, next_frame_sc, next_frame_address)) { in GetFramesUpTo()
538 next_frame_sc.line_entry.ApplyFileMappings(target_sp); in GetFramesUpTo()
543 behaves_like_zeroth_frame, &next_frame_sc)); in GetFramesUpTo()
546 unwind_sc = next_frame_sc; in GetFramesUpTo()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h313 SymbolContext &next_frame_sc,