Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DEvent.cpp226 EventDataStructuredData::GetStructuredDataPlugin() const { in GetStructuredDataPlugin() function in EventDataStructuredData
280 return event_data->GetStructuredDataPlugin(); in GetPluginFromEvent()
/external/llvm-project/lldb/include/lldb/Utility/
DEvent.h148 const lldb::StructuredDataPluginSP &GetStructuredDataPlugin() const;
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp811 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
885 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1520 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2503 GetStructuredDataPlugin(ConstString type_name) const;
/external/llvm-project/lldb/source/Target/
DProcess.cpp4359 Process::GetStructuredDataPlugin(ConstString type_name) const { in GetStructuredDataPlugin() function in Process