Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp121 pool.async(finalize_fn, &IndexSet::function_selectors); in Index()
267 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
441 if (!m_set.function_selectors.Find( in GetFunctions()
471 m_set.function_selectors.Dump(&s); in Dump()
H A DManualDWARFIndex.h63 NameToDIE function_selectors; member