Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp179 class OutputWriterJSON : public TraceDumper::OutputWriter { class
205 OutputWriterJSON(Stream &s, const TraceDumperOptions &options) in OutputWriterJSON() function in OutputWriterJSON
212 ~OutputWriterJSON() { m_j.arrayEnd(); } in ~OutputWriterJSON()
283 new OutputWriterJSON(s, options)); in CreateWriter()