Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp88 [&]() { finalize_fn(&IndexSet::function_selectors); }, in Index()
275 set.function_selectors.Insert(objc_selector_name, in IndexUnitImpl()
452 m_set.function_selectors.Find(name, offsets); in GetFunctions()
479 m_set.function_selectors.Dump(&s); in Dump()
H A DManualDWARFIndex.h52 NameToDIE function_selectors; member