Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h66 NameToDIE function_selectors; member
77 function_selectors == rhs.function_selectors &&
H A DManualDWARFIndex.cpp133 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index()
310 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
487 if (!m_set.function_selectors.Find( in GetFunctions()
517 m_set.function_selectors.Dump(&s); in Dump()
582 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
636 if (!function_selectors.IsEmpty()) { in Encode()
638 function_selectors.Encode(index_encoder, strtab); in Encode()