Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp481 std::vector<llvm::json::Value> function_calls; in toJSON() local
485 function_calls.emplace_back(llvm::formatv("({0}: {1})", name, n_calls)); in toJSON()
490 {"Functions", function_calls}}); in toJSON()