reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
897 if (index >= GetNumCompileUnits()) 899 lldbassert(index < UINT16_MAX); 900 if (index >= UINT16_MAX) 903 CompilandIndexItem &item = m_index->compilands().GetOrCreateCompiland(index);