Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp87 [&]() { finalize_fn(&IndexSet::function_methods); }, in Index()
286 set.function_methods.Insert(ConstString(name), in IndexUnitImpl()
417 m_set.function_methods.Find(name, offsets); in GetFunctions()
442 m_set.function_methods.Find(name, offsets); in GetFunctions()
477 m_set.function_methods.Dump(&s); in Dump()
H A DManualDWARFIndex.h51 NameToDIE function_methods; member