Lines Matching full:dbi
232 auto Dbi = Pdb->getPDBDbiStream();
233 if (!Dbi)
240 for (; Section < Dbi->getSectionHeaders().size(); ++Section) {
241 auto &Sec = Dbi->getSectionHeaders()[Section];
387 auto Dbi = getDbiStreamPtr(*Pdb);
388 if (!Dbi)
391 uint32_t MaxSection = Dbi->getSectionHeaders().size();
394 auto &Sec = Dbi->getSectionHeaders()[Section - 1];
423 auto Dbi = Pdb->getPDBDbiStream();
424 if (!Dbi)
450 Dbi->visitSectionContributions(V);
455 auto *Dbi = getDbiStreamPtr(*Pdb);
456 assert(Dbi && "Dbi stream not present");
458 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index);