Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DEvent.cpp226 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
280 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEvent.h150 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp803 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
875 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1494 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2498 GetStructuredDataPlugin(ConstString type_name) const;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4247 Process::GetStructuredDataPlugin(ConstString type_name) const { in GetStructuredDataPlugin() function in Process