Searched refs:m_source_indexes (Results 1 – 2 of 2) sorted by relevance
71 m_source_indexes(), in SymbolFileSymtab()104 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeSourceFile, m_source_indexes)) in CalculateAbilities()145 if (m_source_indexes.empty()) in GetNumCompileUnits()150 return m_source_indexes.size(); in GetNumCompileUnits()160 if (idx < m_source_indexes.size()) in ParseCompileUnitAtIndex()162 const Symbol *cu_symbol = m_obj_file->GetSymtab()->SymbolAtIndex(m_source_indexes[idx]); in ParseCompileUnitAtIndex()193 if (m_source_indexes.empty()) in ParseCompileUnitFunctions()
127 lldb_private::Symtab::IndexCollection m_source_indexes; variable