Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp398 const Symbol *so_symbol = symtab->SymbolAtIndex(so_idx); in InitOSO() local
400 if (so_symbol && in InitOSO()
402 so_symbol->GetType() == eSymbolTypeSourceFile && in InitOSO()
405 … m_compile_unit_infos[i].so_file.SetFile(so_symbol->GetName().AsCString(), false); in InitOSO()
410 uint32_t sibling_idx = so_symbol->GetSiblingIndex(); in InitOSO()
414 …g in debug map, please file a bug and attach the binary listed in this error", so_symbol->GetID()); in InitOSO()
421 m_compile_unit_infos[i].first_symbol_id = so_symbol->GetID(); in InitOSO()
432 else if (so_symbol == NULL) in InitOSO()
434 else if (so_symbol->GetType() != eSymbolTypeSourceFile) in InitOSO()
435 …bol[%u], please file a bug and attach the binary listed in this error", so_symbol->GetType(), oso_… in InitOSO()