Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp220 const SymbolContext &last_sc = segment.GetLastInstructionSymbolInfo().sc; in DumpSegmentContext() local
222 IsLineEntryValid(last_sc.line_entry)) { in DumpSegmentContext()
223 m_s.Format("{0}:{1}", last_sc.line_entry.line, last_sc.line_entry.column); in DumpSegmentContext()
225 last_sc.DumpStopContext( in DumpSegmentContext()