Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp119 pool.async(finalize_fn, &IndexSet::function_fullnames); in Index()
260 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
269 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
283 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
293 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
409 if (!m_set.function_fullnames.Find( in GetFunctions()
455 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
467 m_set.function_fullnames.Dump(&s); in Dump()
H A DManualDWARFIndex.h61 NameToDIE function_fullnames; member