Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp226 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
280 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h148 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp807 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
879 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1514 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2521 GetStructuredDataPlugin(ConstString type_name) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4230 Process::GetStructuredDataPlugin(ConstString type_name) const { in GetStructuredDataPlugin() function in Process