Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3286 DWARFMappedHash::DIEInfoArray hash_data_array; in FindGlobalVariables() local
3287 if (m_apple_names_ap->AppendAllDIEsThatMatchingRegex (regex, hash_data_array)) in FindGlobalVariables()
3288 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in FindGlobalVariables()
3435 DWARFMappedHash::DIEInfoArray hash_data_array; in FindFunctions() local
3436 if (memory_table.AppendAllDIEsThatMatchingRegex (regex, hash_data_array)) in FindFunctions()
3438 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in FindFunctions()
7254 DWARFMappedHash::DIEInfoArray hash_data_array; in ParseVariablesForContext() local
7257 hash_data_array)) in ParseVariablesForContext()
7259 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in ParseVariablesForContext()