Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp236 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
290 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h147 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2633 GetStructuredDataPlugin(llvm::StringRef type_name) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4313 Process::GetStructuredDataPlugin(llvm::StringRef type_name) const { in GetStructuredDataPlugin() function in Process