Searched defs:Pdb (Results 1 – 13 of 13) sorted by relevance
52 Error DbiStream::reload(PDBFile *Pdb) { in reload()258 Error DbiStream::initializeSectionHeadersData(PDBFile *Pdb) { in initializeSectionHeadersData()284 Error DbiStream::initializeOldFpoRecords(PDBFile *Pdb) { in initializeOldFpoRecords()308 Error DbiStream::initializeNewFpoRecords(PDBFile *Pdb) { in initializeNewFpoRecords()326 DbiStream::createIndexedStreamForHeaderType(PDBFile *Pdb, in createIndexedStreamForHeaderType()
57 const IPDBFile &Pdb; variable
57 const PDBFile &Pdb; variable
115 PDBFile &Pdb; variable
107 std::unique_ptr<PDBFile> Pdb; variable
122 std::unique_ptr<PDBFile> Pdb; variable
39 const IPDBFile &Pdb) in MappedBlockStream()
362 auto Pdb = Builder.build(); in yamlToPdb() local
59 class Pdb(bdb.Bdb, cmd.Cmd): class
138 class Pdb(bdb.Bdb, cmd.Cmd): class
604 enum class CodeViewContainer { ObjectFile, Pdb }; enumerator