Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h63 NameToDIE function_methods; member
74 function_methods == rhs.function_methods &&
H A DManualDWARFIndex.cpp129 task_group.async(finalize_fn, &IndexSet::function_methods); in Index()
318 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
477 if (!m_set.function_methods.Find( in GetFunctions()
512 m_set.function_methods.Dump(&s); in Dump()
575 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
629 if (!function_methods.IsEmpty()) { in Encode()
631 function_methods.Encode(index_encoder, strtab); in Encode()