Lines Matching defs:Dbi
391 DbiStream &Dbi = cantFail(File.getPDBDbiStream());
392 uint32_t SI = Dbi.getDebugStreamIndex(Type);
984 DbiStream &Dbi = Err(File.getPDBDbiStream());
986 if (!Dbi.hasOldFpoRecords()) {
991 const FixedStreamArray<object::FpoData>& Records = Dbi.getOldFpoRecords();
1011 DbiStream &Dbi = Err(File.getPDBDbiStream());
1013 if (!Dbi.hasNewFpoRecords()) {
1018 const DebugFrameDataSubsectionRef& FDS = Dbi.getNewFpoRecords();
1833 DbiStream &Dbi = Err(getPdb().getPDBDbiStream());
1861 Dbi.visitSectionContributions(V);
1881 DbiStream &Dbi = Err(getPdb().getPDBDbiStream());
1884 for (auto &M : Dbi.getSectionMap()) {