Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h230 lldb::user_id_t GetFirstInstructionID() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp265 m_s.Format(" [{0}, {1}]\n", segment.GetFirstInstructionID(), in DumpFunctionCallTree()
341 std::to_string(segment.GetFirstInstructionID())); in DumpFunctionCallTree()
598 TraceDumper::FunctionCall::TracedSegment::GetFirstInstructionID() const { in GetFirstInstructionID() function in TraceDumper::FunctionCall::TracedSegment