Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp220 const SymbolContext &last_sc = segment.GetLastInstructionSymbolInfo().sc; in DumpSegmentContext()
227 segment.GetLastInstructionSymbolInfo().address, in DumpSegmentContext()
634 TraceDumper::FunctionCall::TracedSegment::GetLastInstructionSymbolInfo() const { in GetLastInstructionSymbolInfo() function in TraceDumper::FunctionCall::TracedSegment
658 return m_traced_segments.back().GetLastInstructionSymbolInfo(); in GetSymbolInfo()
805 .GetLastInstructionSymbolInfo() in AppendInstructionToFunctionCallForest()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h243 const SymbolInfo &GetLastInstructionSymbolInfo() const;