Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp131 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index()
303 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
312 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
326 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
336 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
455 if (!m_set.function_fullnames.Find( in GetFunctions()
501 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
513 m_set.function_fullnames.Dump(&s); in Dump()
574 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
628 if (!function_fullnames.IsEmpty()) { in Encode()
[all …]
H A DManualDWARFIndex.h64 NameToDIE function_fullnames; member
75 function_fullnames == rhs.function_fullnames &&