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);
1053 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(modi);
1056 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
1188 CompilandIndexItem *cii = m_index->compilands().GetCompiland(modi);
1189 lldbassert(cii);
1201 cii->m_debug_stream.getSubsectionsArray()) {
1220 GetFileIndex(*cii, group.NameIndex);
1236 bool is_prologue = IsFunctionPrologue(*cii, addr);
1237 bool is_epilogue = IsFunctionEpilogue(*cii, addr);
1251 cii->m_global_line_table.Append(line_entry);
1262 cii->m_global_line_table.Append(line_entry);
1267 cii->m_global_line_table.Sort();
1270 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray();
1279 cii->m_debug_stream.readSymbolAtOffset(record_offset);
1316 cii->m_global_line_table.Clear();
1345 SymbolFileNativePDB::GetFileIndex(const CompilandIndexItem &cii,
1347 if (!cii.m_strings.hasChecksums() || !cii.m_strings.hasStrings())
1350 const auto &checksums = cii.m_strings.checksums().getArray();
1351 const auto &strings = cii.m_strings.strings();
1365 auto fn_iter = llvm::find(cii.m_file_list, *efn);
1366 if (fn_iter != cii.m_file_list.end())
1367 return std::distance(cii.m_file_list.begin(), fn_iter);
1402 CompilandIndexItem *cii = m_index->compilands().GetCompiland(id.modi);
1403 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset);
1404 CompUnitSP comp_unit = GetOrCreateCompileUnit(*cii);
1414 auto iter = cii->m_inline_map.find(inline_site.Inlinee);
1415 if (iter == cii->m_inline_map.end())
1422 GetFileIndex(*cii, inlinee_line.Header->FileID);
1544 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() ==
1560 if (auto *entry = cii->m_global_line_table.FindEntryThatContains(
1625 CompilandIndexItem *cii = m_index->compilands().GetCompiland(parent_id.modi);
1627 cii->m_debug_stream.getSymbolArrayForScope(parent_id.offset);
1839 CompilandIndexItem *cii = m_index->compilands().GetCompiland(var_id.modi);
1840 CompUnitSP comp_unit_sp = GetOrCreateCompileUnit(*cii);
1922 CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
1923 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset);
1967 cii->m_debug_stream.getSymbolArray(), block_id.offset);
2293 CompilandIndexItem &cii = m_index->compilands().GetOrCreateCompiland(id.modi);
2294 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();