Home
last modified time | relevance | path

Searched defs:oso_idx (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp405 const uint32_t oso_idx = oso_indexes[i]; in InitOSO() local
453 SymbolFileDWARFDebugMap::GetModuleByOSOIndex (uint32_t oso_idx) in GetModuleByOSOIndex()
524 SymbolFileDWARFDebugMap::GetFileSpecForSO (uint32_t oso_idx, FileSpec &file_spec) in GetFileSpecForSO()
540 SymbolFileDWARFDebugMap::GetObjectFileByOSOIndex (uint32_t oso_idx) in GetObjectFileByOSOIndex()
581 SymbolFileDWARFDebugMap::GetSymbolFileByOSOIndex (uint32_t oso_idx) in GetSymbolFileByOSOIndex()
776 const uint64_t oso_idx = GetOSOIndexFromUserID (type_uid); in ResolveTypeUID() local
809 uint32_t oso_idx = 0; in ResolveSymbolContext() local
878 uint32_t oso_idx; in PrivateFindGlobalVariables() local
908 for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in FindGlobalVariables() local
950 for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in FindGlobalVariables() local
[all …]