Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp128 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index()
288 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
297 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
311 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
321 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
440 if (!m_set.function_fullnames.Find( in GetFunctions()
486 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
498 m_set.function_fullnames.Dump(&s); in Dump()
556 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
610 if (!function_fullnames.IsEmpty()) { in Encode()
[all …]
H A DManualDWARFIndex.h61 NameToDIE function_fullnames; member
72 function_fullnames == rhs.function_fullnames &&