Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp235 void DumpUntracedContext(const TraceDumper::FunctionCall &function_call) { in DumpUntracedContext() argument
236 if (function_call.IsError()) { in DumpUntracedContext()
239 const SymbolContext &sc = function_call.GetSymbolInfo().sc; in DumpUntracedContext()
250 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree() argument
251 if (function_call.GetUntracedPrefixSegment()) { in DumpFunctionCallTree()
253 DumpUntracedContext(function_call); in DumpFunctionCallTree()
262 function_call.GetTracedSegments()) { in DumpFunctionCallTree()
326 if (function_call.GetUntracedPrefixSegment()) { in DumpFunctionCallTree()
330 function_call.GetUntracedPrefixSegment()->GetNestedCall()); in DumpFunctionCallTree()
335 if (!function_call.GetTracedSegments().empty()) { in DumpFunctionCallTree()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h270 void IfNestedCall(std::function<void(const FunctionCall &function_call)>