Searched refs:PdbFile (Results 1 – 2 of 2) sorted by relevance
52 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument54 : Pdb(std::move(PdbFile)), Allocator(std::move(Allocator)), in NativeSession()
31 NativeSession(std::unique_ptr<PDBFile> PdbFile,