Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp161 m_object_name_to_index_map.Append(obj.ar_name, obj_idx); in ParseObjects()
167 m_object_name_to_index_map.Sort(); in ParseObjects()
176 m_object_name_to_index_map.FindFirstValueForName(object_name); in FindObject()
187 m_object_name_to_index_map.FindNextValueForName(match); in FindObject()
192 next_match = m_object_name_to_index_map.FindNextValueForName(next_match); in FindObject()
DObjectContainerBSDArchive.h166 ObjectNameToIndexMap m_object_name_to_index_map; variable