Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp120 pool.async(finalize_fn, &IndexSet::function_methods); in Index()
278 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
434 if (!m_set.function_methods.Find( in GetFunctions()
469 m_set.function_methods.Dump(&s); in Dump()
H A DManualDWARFIndex.h62 NameToDIE function_methods; member