Searched refs:FindFirstValueForName (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp72 const EnumerationMapEntry *enumerator_entry = m_enumerations.FindFirstValueForName (const_enumerator_name.GetCString());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp49 for (ImplData match = m_impl.FindFirstValueForName(type_name.AsCString());
117 for (ImplData match = m_impl.FindFirstValueForName(matching_key);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h183 FindFirstValueForName (const char *unique_cstr) const function in class:lldb_private::UniqueCStringMap
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp1159 for (match = m_basename_to_index.FindFirstValueForName(name_cstr);
1176 for (match = m_method_to_index.FindFirstValueForName(name_cstr);
1193 for (match = m_selector_to_index.FindFirstValueForName(name_cstr);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp174 const ObjectNameToIndexMap::Entry *match = m_object_name_to_index_map.FindFirstValueForName (object_name.GetCString());

Completed in 126 milliseconds