Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDEvent.cpp226 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
280 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDEvent.h146 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp809 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
883 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1518 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2405 GetStructuredDataPlugin(ConstString type_name) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp4211 Process::GetStructuredDataPlugin(ConstString type_name) const { in GetStructuredDataPlugin() function in Process