Searched refs:PdbFileBuffer (Results 1 – 2 of 2) sorted by relevance
46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer, in PDBFile() argument44 : FilePath(Path), Allocator(Allocator), Buffer(std::move(PdbFileBuffer)) {} in PDBFile()