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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp51 match = m_impl.FindNextValueForName(match))
119 match = m_impl.FindNextValueForName(match))
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h206 FindNextValueForName (const Entry *entry_ptr) const function in class:lldb_private::UniqueCStringMap
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp182 const ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (match);
187 next_match = m_object_name_to_index_map.FindNextValueForName (next_match);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp1161 match = m_basename_to_index.FindNextValueForName(match))
1178 match = m_method_to_index.FindNextValueForName(match))
1195 match = m_selector_to_index.FindNextValueForName(match))

Completed in 108 milliseconds