Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp230 m_object_name_to_index_map.Append(obj.ar_name, obj_idx); in ParseObjects()
236 m_object_name_to_index_map.Sort(); in ParseObjects()
248 m_object_name_to_index_map.Append(obj.ar_name, obj_idx); in ParseObjects()
259 m_object_name_to_index_map.Append(obj.ar_name, obj_idx); in ParseObjects()
273 m_object_name_to_index_map.Append(obj.ar_name, obj_idx); in ParseObjects()
278 m_object_name_to_index_map.Sort(); in ParseObjects()
287 m_object_name_to_index_map.FindFirstValueForName(object_name); in FindObject()
298 m_object_name_to_index_map.FindNextValueForName(match); in FindObject()
303 next_match = m_object_name_to_index_map.FindNextValueForName(next_match); in FindObject()
DObjectContainerBSDArchive.h175 ObjectNameToIndexMap m_object_name_to_index_map; variable