Lines Matching full:modi

383   CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
411 PdbCompilandSymId parent_id(block_id.modi, block.Parent);
425 "S_BLOCK32 at modi: {0:d} offset: {1:d}: adding range "
430 block_id.modi, block_id.offset, block_base,
474 m_index->compilands().GetCompiland(func_id.modi);
537 SetCompileUnitAtIndex(cci.m_id.modi, cu_sp);
886 std::optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr);
887 // Some globals has modi points to the linker module, ignore them.
888 if (!modi || modi >= GetNumCompileUnits())
891 CompilandIndexItem &cci = m_index->compilands().GetOrCreateCompiland(*modi);
1034 m_index->compilands().GetCompiland(uid.asCompiland().modi);
1048 uint16_t modi = uid.asCompiland().modi;
1049 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(modi);
1057 PdbCompilandSymId sym_id{modi, iter.offset()};
1084 std::optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr);
1085 if (!modi)
1087 CompUnitSP cu_sp = GetCompileUnitAtIndex(*modi);
1183 uint16_t modi = cu_id.asCompiland().modi;
1184 CompilandIndexItem *cii = m_index->compilands().GetCompiland(modi);
1283 PdbCompilandSymId func_id{modi, record_offset};
1371 m_index->compilands().GetCompiland(cu_id.asCompiland().modi);
1396 CompilandIndexItem *cii = m_index->compilands().GetCompiland(id.modi);
1402 PdbCompilandSymId parent_id(id.modi, inline_site.Parent);
1619 CompilandIndexItem *cii = m_index->compilands().GetCompiland(parent_id.modi);
1625 PdbCompilandSymId child_id(parent_id.modi, iter.offset());
1699 m_index->compilands().GetOrCreateCompiland(proc.modi());
1703 PdbCompilandSymId func_id(proc.modi(), proc.SymOffset);
1856 CompilandIndexItem *cii = m_index->compilands().GetCompiland(var_id.modi);
1941 CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
1997 PdbCompilandSymId child_sym_id(block_id.modi, record_offset);
2312 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(id.modi);
2336 scope_stack.emplace_back(id.modi, begin.offset());