Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp311 m_j(m_s.AsRawOstream(), in OutputWriterJSON()
313 m_j.arrayBegin(); in OutputWriterJSON()
316 ~OutputWriterJSON() { m_j.arrayEnd(); } in ~OutputWriterJSON()
321 m_j.object([&] { DumpFunctionCallTree(*forest[i]); }); in FunctionCallForest()
327 m_j.attributeObject("untracedPrefixSegment", [&] { in DumpFunctionCallTree()
328 m_j.attributeObject("nestedCall", [&] { in DumpFunctionCallTree()
336 m_j.attributeArray("tracedSegments", [&] { in DumpFunctionCallTree()
339 m_j.object([&] { in DumpFunctionCallTree()
340 m_j.attribute("firstInstructionId", in DumpFunctionCallTree()
342 m_j.attribute("lastInstructionId", in DumpFunctionCallTree()
[all …]