Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp347 m_method_to_index.Append (entry); in InitNameIndexes()
357 m_method_to_index.Append (entry); in InitNameIndexes()
422 m_method_to_index.Append (entry); in InitNameIndexes()
428 m_method_to_index.Append (entry); in InitNameIndexes()
440 m_method_to_index.Sort(); in InitNameIndexes()
441 m_method_to_index.SizeToFit(); in InitNameIndexes()
1160 if (!m_method_to_index.IsEmpty()) in FindFunctionSymbols()
1163 for (match = m_method_to_index.FindFirstValueForName(name_cstr); in FindFunctionSymbols()
1165 match = m_method_to_index.FindNextValueForName(match)) in FindFunctionSymbols()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymtab.h124 UniqueCStringMap<uint32_t> m_method_to_index; variable