Searched refs:cu_symbol (Results 1 – 1 of 1) sorted by relevance
162 const Symbol *cu_symbol = m_obj_file->GetSymtab()->SymbolAtIndex(m_source_indexes[idx]); in ParseCompileUnitAtIndex() local163 if (cu_symbol) in ParseCompileUnitAtIndex()164 …cu_sp.reset(new CompileUnit (m_obj_file->GetModule(), NULL, cu_symbol->GetMangled().GetName().AsCS… in ParseCompileUnitAtIndex()