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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
   87   CompilandIndexItem *GetCompiland(uint16_t modi);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1035   CompilandIndexItem *cii = m_index.compilands().GetCompiland(func_id.modi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  573                          .GetCompiland(frame_proc_id.modi)
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  355   CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
  388       m_index->compilands().GetCompiland(func_id.modi);
  914       m_index->compilands().GetCompiland(uid.asCompiland().modi);
  967     CompilandIndexItem *cci = m_index->compilands().GetCompiland(*modi);
 1068       m_index->compilands().GetCompiland(cu_id.asCompiland().modi);
 1147       m_index->compilands().GetCompiland(cu_id.asCompiland().modi);
 1343   CompilandIndexItem *cii = m_index->compilands().GetCompiland(var_id.modi);
 1405   CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);