Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.cpp104 pool.async(finalize_fn, &IndexSet::function_fullnames); in Index()
245 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
254 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
268 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
278 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
394 if (!m_set.function_fullnames.Find( in GetFunctions()
440 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
452 m_set.function_fullnames.Dump(&s); in Dump()
DManualDWARFIndex.h61 NameToDIE function_fullnames; member