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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp167 static ConstString GetDarwinLogTypeName() { function in namespace:sddarwinlog_private
809 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName());
833 process_sp->ConfigureStructuredData(GetDarwinLogTypeName(), config_sp);
883 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName());
1084 return type_name == GetDarwinLogTypeName();
1111 if (type_name != GetDarwinLogTypeName()) {
1115 __FUNCTION__, GetDarwinLogTypeName().AsCString(),
1176 if (type_name != GetDarwinLogTypeName()) {
1518 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName());
1523 __FUNCTION__, GetDarwinLogTypeName()
[all...]

Completed in 113 milliseconds