Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp190 GetCreationFuncMap().insert(std::make_pair(operation, creation_func)); in RegisterOperation()
197 auto map = GetCreationFuncMap(); in CreateRule()
249 static CreationFuncMap &GetCreationFuncMap() { in GetCreationFuncMap() function in sddarwinlog_private::FilterRule