Lines Matching refs:TraceSessionFileParser
23 void TraceSessionFileParser::NormalizePath(lldb_private::FileSpec &file_spec) { in NormalizePath()
28 Error TraceSessionFileParser::ParseModule(lldb::TargetSP &target_sp, in ParseModule()
57 Error TraceSessionFileParser::CreateJSONError(json::Path::Root &root, in CreateJSONError()
67 std::string TraceSessionFileParser::BuildSchema(StringRef plugin_schema) { in BuildSchema()
100 TraceSessionFileParser::ParseThread(ProcessSP &process_sp, in ParseThread()
113 Expected<TraceSessionFileParser::ParsedProcess>
114 TraceSessionFileParser::ParseProcess(const JSONProcess &process) { in ParseProcess()
152 Expected<std::vector<TraceSessionFileParser::ParsedProcess>>
153 TraceSessionFileParser::ParseCommonSessionFile( in ParseCommonSessionFile()
177 bool fromJSON(const Value &value, TraceSessionFileParser::JSONAddress &address, in fromJSON()
187 bool fromJSON(const Value &value, TraceSessionFileParser::JSONModule &module, in fromJSON()
196 bool fromJSON(const Value &value, TraceSessionFileParser::JSONThread &thread, in fromJSON()
202 bool fromJSON(const Value &value, TraceSessionFileParser::JSONProcess &process, in fromJSON()
210 TraceSessionFileParser::JSONTracePluginSettings &plugin_settings, in fromJSON()
217 TraceSessionFileParser::JSONTraceSessionBase &session, in fromJSON()