Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp167 static llvm::StringRef GetDarwinLogTypeName() { in GetDarwinLogTypeName() function
805 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
828 process_sp->ConfigureStructuredData(GetDarwinLogTypeName(), config_sp); in DoExecute()
876 process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in DoExecute()
1062 return type_name == GetDarwinLogTypeName(); in SupportsStructuredDataType()
1089 if (type_name != GetDarwinLogTypeName()) { in HandleArrivalOfStructuredData()
1092 GetDarwinLogTypeName(), type_name); in HandleArrivalOfStructuredData()
1152 if (type_name != GetDarwinLogTypeName()) { in GetDescription()
1487 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback()
1490 GetDarwinLogTypeName(), process_sp->GetUniqueID()); in InitCompletionHookCallback()
[all …]