Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp152 const char *const s_filter_attributes[] = { variable
217 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
242 return s_filter_attributes[m_attribute_index]; in GetFilterAttribute()
714 for (const auto &Item : llvm::enumerate(s_filter_attributes)) { in MatchAttributeIndex()