Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndexSet.h25 T objc_class_selectors; member
35 &IndexSet::objc_class_selectors, in Indices()
H A DManualDWARFIndexSet.cpp79 if (!result.objc_class_selectors.Decode(data, offset_ptr, strtab)) in DecodeIndexSet()
132 if (!set.objc_class_selectors.IsEmpty()) { in EncodeIndexSet()
134 set.objc_class_selectors.Encode(index_encoder, strtab); in EncodeIndexSet()
H A DManualDWARFIndex.cpp318 set.objc_class_selectors.Insert(class_name_with_category, ref); in IndexUnitImpl()
321 set.objc_class_selectors.Insert(class_name_no_category, ref); in IndexUnitImpl()
438 m_set.objc_class_selectors.Find( in GetObjCMethods()
544 m_set.objc_class_selectors.Dump(&s); in Dump()