Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp262 function_call.GetTracedSegments()) { in DumpFunctionCallTree()
335 if (!function_call.GetTracedSegments().empty()) { in DumpFunctionCallTree()
338 function_call.GetTracedSegments()) { in DumpFunctionCallTree()
664 TraceDumper::FunctionCall::GetTracedSegments() const { in GetTracedSegments() function in TraceDumper::FunctionCall
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h342 const std::deque<TracedSegment> &GetTracedSegments() const;