Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDEvent.cpp214 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
268 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDEvent.h148 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp805 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
876 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1487 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2658 GetStructuredDataPlugin(llvm::StringRef type_name) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp4511 Process::GetStructuredDataPlugin(llvm::StringRef type_name) const { in GetStructuredDataPlugin() function in Process