Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h63 NameToDIE function_selectors; member
74 function_selectors == rhs.function_selectors &&
H A DManualDWARFIndex.cpp130 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index()
295 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
472 if (!m_set.function_selectors.Find( in GetFunctions()
502 m_set.function_selectors.Dump(&s); in Dump()
564 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
618 if (!function_selectors.IsEmpty()) { in Encode()
620 function_selectors.Encode(index_encoder, strtab); in Encode()