Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp86 [&]() { finalize_fn(&IndexSet::function_fullnames); }, in Index()
263 set.function_fullnames.Insert(ConstString(name), in IndexUnitImpl()
278 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
293 set.function_fullnames.Insert(ConstString(name), in IndexUnitImpl()
304 set.function_fullnames.Insert(ConstString(mangled_cstr), in IndexUnitImpl()
418 m_set.function_fullnames.Find(name, offsets); in GetFunctions()
465 m_set.function_fullnames.Find(regex, offsets); in GetFunctions()
475 m_set.function_fullnames.Dump(&s); in Dump()
H A DManualDWARFIndex.h50 NameToDIE function_fullnames; member