Searched refs:oso_idx (Results 1 – 2 of 2) sorted by relevance
339 const uint32_t oso_idx = oso_indexes[i]; in InitOSO() local341 const Symbol *oso_symbol = symtab->SymbolAtIndex(oso_idx); in InitOSO()375 oso_idx); in InitOSO()380 oso_idx); in InitOSO()386 so_symbol->GetType(), oso_idx); in InitOSO()392 oso_symbol->GetType(), oso_idx); in InitOSO()397 Module *SymbolFileDWARFDebugMap::GetModuleByOSOIndex(uint32_t oso_idx) { in GetModuleByOSOIndex() argument399 if (oso_idx < cu_count) in GetModuleByOSOIndex()400 return GetModuleByCompUnitInfo(&m_compile_unit_infos[oso_idx]); in GetModuleByOSOIndex()491 bool SymbolFileDWARFDebugMap::GetFileSpecForSO(uint32_t oso_idx, in GetFileSpecForSO() argument[all …]
212 bool GetFileSpecForSO(uint32_t oso_idx, FileSpec &file_spec);222 Module *GetModuleByOSOIndex(uint32_t oso_idx);226 ObjectFile *GetObjectFileByOSOIndex(uint32_t oso_idx);235 SymbolFileDWARF *GetSymbolFileByOSOIndex(uint32_t oso_idx);241 for (uint32_t oso_idx = 0, num_oso_idxs = m_compile_unit_infos.size(); in ForEachSymbolFile() local242 oso_idx < num_oso_idxs; ++oso_idx) { in ForEachSymbolFile()243 if (SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex(oso_idx)) { in ForEachSymbolFile()