Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp169 static ConstString GetDarwinLogTypeName() { in GetDarwinLogTypeName() function
811 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
835 process_sp->ConfigureStructuredData(GetDarwinLogTypeName(), config_sp); in DoExecute()
885 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1086 return type_name == GetDarwinLogTypeName(); in SupportsStructuredDataType()
1113 if (type_name != GetDarwinLogTypeName()) { in HandleArrivalOfStructuredData()
1117 __FUNCTION__, GetDarwinLogTypeName().AsCString(), in HandleArrivalOfStructuredData()
1178 if (type_name != GetDarwinLogTypeName()) { in GetDescription()
1520 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
1525 __FUNCTION__, GetDarwinLogTypeName().AsCString(), in InitCompletionHookCallback()
[all …]