Searched defs:Pdb (Results 1 – 6 of 6) sorted by relevance
50 Error DbiStream::reload(PDBFile *Pdb) { in reload()256 Error DbiStream::initializeSectionHeadersData(PDBFile *Pdb) { in initializeSectionHeadersData()282 Error DbiStream::initializeOldFpoRecords(PDBFile *Pdb) { in initializeOldFpoRecords()306 Error DbiStream::initializeNewFpoRecords(PDBFile *Pdb) { in initializeNewFpoRecords()324 DbiStream::createIndexedStreamForHeaderType(PDBFile *Pdb, in createIndexedStreamForHeaderType()
126 std::unique_ptr<PDBFile> Pdb; variable
57 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } in InputFile()
404 Expected<InfoStream &> expectedInfo = Pdb.getPDBInfoStream(); in loadTypeServer() local 578 traverseTypes(PDBFile & Pdb,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids) traverseTypes() argument 899 createScopes(PDBFile & Pdb) createScopes() argument 1202 loadTargetInfo(const PDBFile & Pdb) loadTargetInfo() argument [all...]
56 return std::make_unique<LVCodeViewReader>(Filename, FileFormatName, Pdb, in createReader() local
619 enum class CodeViewContainer { ObjectFile, Pdb }; enumerator