Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp165 static ConstString GetDarwinLogTypeName() { in GetDarwinLogTypeName() function
803 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
826 process_sp->ConfigureStructuredData(GetDarwinLogTypeName(), config_sp); in DoExecute()
875 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1060 return type_name == GetDarwinLogTypeName(); in SupportsStructuredDataType()
1087 if (type_name != GetDarwinLogTypeName()) { in HandleArrivalOfStructuredData()
1091 __FUNCTION__, GetDarwinLogTypeName().AsCString(), in HandleArrivalOfStructuredData()
1152 if (type_name != GetDarwinLogTypeName()) { in GetDescription()
1494 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
1499 __FUNCTION__, GetDarwinLogTypeName().AsCString(), in InitCompletionHookCallback()
[all …]