Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDCPPLanguageRuntime.cpp51 match = m_impl.FindNextValueForName(match)) in FindExactMatches()
119 match = m_impl.FindNextValueForName(match)) in AppendReplacements()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp182 … ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (match); in FindObject()
187 next_match = m_object_name_to_index_map.FindNextValueForName (next_match); in FindObject()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDUniqueCStringMap.h206 FindNextValueForName (const Entry *entry_ptr) const in FindNextValueForName() function
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp1161 match = m_basename_to_index.FindNextValueForName(match)) in FindFunctionSymbols()
1178 match = m_method_to_index.FindNextValueForName(match)) in FindFunctionSymbols()
1195 match = m_selector_to_index.FindNextValueForName(match)) in FindFunctionSymbols()