Lines Matching refs:Dbi
223 auto Dbi = Pdb->getPDBDbiStream(); in addressForRVA() local
224 if (!Dbi) in addressForRVA()
231 for (; Section < Dbi->getSectionHeaders().size(); ++Section) { in addressForRVA()
232 auto &Sec = Dbi->getSectionHeaders()[Section]; in addressForRVA()
378 auto Dbi = getDbiStreamPtr(*Pdb); in getRVAFromSectOffset() local
379 if (!Dbi) in getRVAFromSectOffset()
382 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset()
385 auto &Sec = Dbi->getSectionHeaders()[Section - 1]; in getRVAFromSectOffset()
414 auto Dbi = Pdb->getPDBDbiStream(); in parseSectionContribs() local
415 if (!Dbi) in parseSectionContribs()
441 Dbi->visitSectionContributions(V); in parseSectionContribs()
446 auto *Dbi = getDbiStreamPtr(*Pdb); in getModuleDebugStream() local
447 assert(Dbi && "Dbi stream not present"); in getModuleDebugStream()
449 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index); in getModuleDebugStream()