Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h64 NameToDIE function_selectors; member
75 function_selectors == rhs.function_selectors &&
H A DManualDWARFIndex.cpp130 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index()
307 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
484 if (!m_set.function_selectors.Find( in GetFunctions()
514 m_set.function_selectors.Dump(&s); in Dump()
579 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
633 if (!function_selectors.IsEmpty()) { in Encode()
635 function_selectors.Encode(index_encoder, strtab); in Encode()