Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp451 SymbolContext &next_frame_sc, in GetParentOfInlinedScope() argument
453 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()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp549 SymbolContext next_frame_sc; in GetFramesUpTo() local
553 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h309 SymbolContext &next_frame_sc,