reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  897   if (index >= GetNumCompileUnits())
  899   lldbassert(index < UINT16_MAX);
  900   if (index >= UINT16_MAX)
  903   CompilandIndexItem &item = m_index->compilands().GetOrCreateCompiland(index);