Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndexSet.h23 T function_methods; member
33 &IndexSet::function_methods, in Indices()
H A DManualDWARFIndexSet.cpp71 if (!result.function_methods.Decode(data, offset_ptr, strtab)) in DecodeIndexSet()
124 if (!set.function_methods.IsEmpty()) { in EncodeIndexSet()
126 set.function_methods.Encode(index_encoder, strtab); in EncodeIndexSet()
H A DManualDWARFIndex.cpp334 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
505 if (!m_set.function_methods.Find( in GetFunctions()
540 m_set.function_methods.Dump(&s); in Dump()