Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp214 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
268 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h148 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.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/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2658 GetStructuredDataPlugin(llvm::StringRef type_name) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4511 Process::GetStructuredDataPlugin(llvm::StringRef type_name) const { in GetStructuredDataPlugin() function in Process