Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp169 static ConstString GetDarwinLogTypeName() { in GetDarwinLogTypeName() function
807 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
830 process_sp->ConfigureStructuredData(GetDarwinLogTypeName(), config_sp); in DoExecute()
879 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1080 return type_name == GetDarwinLogTypeName(); in SupportsStructuredDataType()
1107 if (type_name != GetDarwinLogTypeName()) { in HandleArrivalOfStructuredData()
1111 __FUNCTION__, GetDarwinLogTypeName().AsCString(), in HandleArrivalOfStructuredData()
1172 if (type_name != GetDarwinLogTypeName()) { in GetDescription()
1514 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
1519 __FUNCTION__, GetDarwinLogTypeName().AsCString(), in InitCompletionHookCallback()
[all …]