Lines Matching defs:cii
383 CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
384 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset);
385 CompUnitSP comp_unit = GetOrCreateCompileUnit(*cii);
1049 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(modi);
1052 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
1184 CompilandIndexItem *cii = m_index->compilands().GetCompiland(modi);
1185 lldbassert(cii);
1197 cii->m_debug_stream.getSubsectionsArray()) {
1216 GetFileIndex(*cii, group.NameIndex);
1232 bool is_prologue = IsFunctionPrologue(*cii, addr);
1233 bool is_epilogue = IsFunctionEpilogue(*cii, addr);
1247 cii->m_global_line_table.Append(line_entry);
1258 cii->m_global_line_table.Append(line_entry);
1263 cii->m_global_line_table.Sort();
1266 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray();
1275 cii->m_debug_stream.readSymbolAtOffset(record_offset);
1310 cii->m_global_line_table.Clear();
1339 SymbolFileNativePDB::GetFileIndex(const CompilandIndexItem &cii,
1341 if (!cii.m_strings.hasChecksums() || !cii.m_strings.hasStrings())
1344 const auto &checksums = cii.m_strings.checksums().getArray();
1345 const auto &strings = cii.m_strings.strings();
1359 auto fn_iter = llvm::find(cii.m_file_list, *efn);
1360 if (fn_iter != cii.m_file_list.end())
1361 return std::distance(cii.m_file_list.begin(), fn_iter);
1396 CompilandIndexItem *cii = m_index->compilands().GetCompiland(id.modi);
1397 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset);
1398 CompUnitSP comp_unit = GetOrCreateCompileUnit(*cii);
1408 auto iter = cii->m_inline_map.find(inline_site.Inlinee);
1409 if (iter == cii->m_inline_map.end())
1416 GetFileIndex(*cii, inlinee_line.Header->FileID);
1538 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() ==
1554 if (auto *entry = cii->m_global_line_table.FindEntryThatContains(
1619 CompilandIndexItem *cii = m_index->compilands().GetCompiland(parent_id.modi);
1621 cii->m_debug_stream.getSymbolArrayForScope(parent_id.offset);
1856 CompilandIndexItem *cii = m_index->compilands().GetCompiland(var_id.modi);
1857 CompUnitSP comp_unit_sp = GetOrCreateCompileUnit(*cii);
1941 CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
1942 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset);
1986 cii->m_debug_stream.getSymbolArray(), block_id.offset);
2312 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(id.modi);
2313 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();