Home
last modified time | relevance | path

Searched refs:FindNextValueForName (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Target/
DCPPLanguageRuntime.cpp51 match = m_impl.FindNextValueForName(match)) in FindExactMatches()
119 match = m_impl.FindNextValueForName(match)) in AppendReplacements()
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp165 … ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (match); in FindObject()
170 next_match = m_object_name_to_index_map.FindNextValueForName (next_match); in FindObject()
/external/lldb/include/lldb/Core/
DUniqueCStringMap.h206 FindNextValueForName (const Entry *entry_ptr) const in FindNextValueForName() function
/external/lldb/source/Symbol/
DSymtab.cpp1160 match = m_basename_to_index.FindNextValueForName(match)) in FindFunctionSymbols()
1177 match = m_method_to_index.FindNextValueForName(match)) in FindFunctionSymbols()
1194 match = m_selector_to_index.FindNextValueForName(match)) in FindFunctionSymbols()