Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h62 NameToDIE function_methods; member
73 function_methods == rhs.function_methods &&
H A DManualDWARFIndex.cpp129 task_group.async(finalize_fn, &IndexSet::function_methods); in Index()
306 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
465 if (!m_set.function_methods.Find( in GetFunctions()
500 m_set.function_methods.Dump(&s); in Dump()
560 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
614 if (!function_methods.IsEmpty()) { in Encode()
616 function_methods.Encode(index_encoder, strtab); in Encode()