Lines Matching full:dbi
1 //===- DbiStream.cpp - PDB Dbi Stream (Stream 3) Access -------------------===//
55 "DBI Stream does not contain a header."); in reload()
58 "DBI Stream does not contain a header."); in reload()
62 "Invalid DBI version signature."); in reload()
69 "Unsupported DBI version."); in reload()
77 "DBI Length does not equal sum of substreams."); in reload()
83 "DBI MODI substream not aligned."); in reload()
87 "DBI section contribution substream not aligned."); in reload()
90 "DBI section map substream not aligned."); in reload()
93 "DBI file info substream not aligned."); in reload()
96 "DBI type server substream not aligned."); in reload()
134 "Found unexpected bytes in DBI Stream."); in reload()
252 "Unsupported DBI Section Contribution version"); in initializeSectionContributionData()