Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp167 static llvm::StringRef GetDarwinLogTypeName() { in GetDarwinLogTypeName() function
808 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
831 process_sp->ConfigureStructuredData(GetDarwinLogTypeName(), config_sp); in DoExecute()
879 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1068 return type_name == GetDarwinLogTypeName(); in SupportsStructuredDataType()
1095 if (type_name != GetDarwinLogTypeName()) { in HandleArrivalOfStructuredData()
1098 GetDarwinLogTypeName(), type_name); in HandleArrivalOfStructuredData()
1159 if (type_name != GetDarwinLogTypeName()) { in GetDescription()
1495 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
1498 GetDarwinLogTypeName(), process_sp->GetUniqueID()); in InitCompletionHookCallback()
[all …]