Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp338 const uint32_t oso_idx = oso_indexes[i]; in InitOSO() local
340 const Symbol *oso_symbol = symtab->SymbolAtIndex(oso_idx); in InitOSO()
372 oso_idx); in InitOSO()
377 oso_idx); in InitOSO()
382 so_symbol->GetType(), oso_idx); in InitOSO()
387 oso_symbol->GetType(), oso_idx); in InitOSO()
394 Module *SymbolFileDWARFDebugMap::GetModuleByOSOIndex(uint32_t oso_idx) { in GetModuleByOSOIndex() argument
396 if (oso_idx < cu_count) in GetModuleByOSOIndex()
397 return GetModuleByCompUnitInfo(&m_compile_unit_infos[oso_idx]); in GetModuleByOSOIndex()
470 bool SymbolFileDWARFDebugMap::GetFileSpecForSO(uint32_t oso_idx, in GetFileSpecForSO() argument
[all …]
DSymbolFileDWARFDebugMap.h202 bool GetFileSpecForSO(uint32_t oso_idx, lldb_private::FileSpec &file_spec);
213 lldb_private::Module *GetModuleByOSOIndex(uint32_t oso_idx);
218 lldb_private::ObjectFile *GetObjectFileByOSOIndex(uint32_t oso_idx);
227 SymbolFileDWARF *GetSymbolFileByOSOIndex(uint32_t oso_idx);
232 for (uint32_t oso_idx = 0, num_oso_idxs = m_compile_unit_infos.size(); in ForEachSymbolFile() local
233 oso_idx < num_oso_idxs; ++oso_idx) { in ForEachSymbolFile()
234 if (SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex(oso_idx)) { in ForEachSymbolFile()