Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h65 NameToDIE function_methods; member
76 function_methods == rhs.function_methods &&
H A DManualDWARFIndex.cpp132 task_group.async(finalize_fn, &IndexSet::function_methods); in Index()
321 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
480 if (!m_set.function_methods.Find( in GetFunctions()
515 m_set.function_methods.Dump(&s); in Dump()
578 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
632 if (!function_methods.IsEmpty()) { in Encode()
634 function_methods.Encode(index_encoder, strtab); in Encode()