Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3238 DWARFMappedHash::DIEInfoArray hash_data_array; in FindGlobalVariables() local
3239 if (m_apple_names_ap->AppendAllDIEsThatMatchingRegex (regex, hash_data_array)) in FindGlobalVariables()
3240 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in FindGlobalVariables()
3387 DWARFMappedHash::DIEInfoArray hash_data_array; in FindFunctions() local
3388 if (memory_table.AppendAllDIEsThatMatchingRegex (regex, hash_data_array)) in FindFunctions()
3390 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in FindFunctions()
7163 DWARFMappedHash::DIEInfoArray hash_data_array; in ParseVariablesForContext() local
7166 hash_data_array)) in ParseVariablesForContext()
7168 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in ParseVariablesForContext()