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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
   83   CompilandIndexItem &GetOrCreateCompiland(uint16_t modi);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   49   CompilandIndexItem &cii = index.compilands().GetOrCreateCompiland(id.modi);
 1215     CompilandIndexItem &cii = m_index.compilands().GetOrCreateCompiland(modi);
 1273       m_index.compilands().GetOrCreateCompiland(block_id.modi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  148   CompilandIndexItem &cci = compilands().GetOrCreateCompiland(*modi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  793     CompilandIndexItem &cci = m_index->compilands().GetOrCreateCompiland(*modi);
  903   CompilandIndexItem &item = m_index->compilands().GetOrCreateCompiland(index);
  929   CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(modi);
 1232         m_index->compilands().GetOrCreateCompiland(proc.modi());