Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h271 void IfNestedCall(std::function<void(const FunctionCall &function_call)>
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp268 segment.IfNestedCall([&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree()
344 segment.IfNestedCall( in DumpFunctionCallTree()
607 void TraceDumper::FunctionCall::TracedSegment::IfNestedCall( in IfNestedCall() function in TraceDumper::FunctionCall::TracedSegment