Searched refs:plugin_settings (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTSessionFileParser.cpp | 79 TraceIntelPTSessionFileParser::JSONTraceIntelPTSettings &plugin_settings, in fromJSON() argument 82 return o && o.map("cpuInfo", plugin_settings.cpuInfo) && in fromJSON() 85 (TraceSessionFileParser::JSONTracePluginSettings &)plugin_settings, in fromJSON()
|
| H A D | TraceIntelPTSessionFileParser.h | 73 JSONTraceIntelPTSettings &plugin_settings,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Trace.cpp | 40 bool fromJSON(const Value &value, JSONSimplePluginSettings &plugin_settings, in fromJSON() argument 43 return o && o.map("type", plugin_settings.type); in fromJSON()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | TraceSessionFileParser.cpp | 210 TraceSessionFileParser::JSONTracePluginSettings &plugin_settings, in fromJSON() argument 213 return o && o.map("type", plugin_settings.type); in fromJSON()
|
| H A D | TraceSessionFileParser.h | 154 &plugin_settings,
|