Lines Matching defs:Dbi
230 auto Dbi = Pdb->getPDBDbiStream();
231 if (!Dbi)
238 for (; Section < Dbi->getSectionHeaders().size(); ++Section) {
239 auto &Sec = Dbi->getSectionHeaders()[Section];
385 auto Dbi = getDbiStreamPtr(*Pdb);
386 if (!Dbi)
389 uint32_t MaxSection = Dbi->getSectionHeaders().size();
392 auto &Sec = Dbi->getSectionHeaders()[Section - 1];
421 auto Dbi = Pdb->getPDBDbiStream();
422 if (!Dbi)
448 Dbi->visitSectionContributions(V);
453 auto *Dbi = getDbiStreamPtr(*Pdb);
454 assert(Dbi && "Dbi stream not present");
456 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index);