Lines Matching refs:unique_ptr
66 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession()
67 std::unique_ptr<BumpPtrAllocator> Allocator) in NativeSession()
73 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer, in createFromPdb()
74 std::unique_ptr<IPDBSession> &Session) { in createFromPdb()
92 static Expected<std::unique_ptr<PDBFile>>
93 loadPdbFile(StringRef PdbPath, std::unique_ptr<BumpPtrAllocator> &Allocator) { in loadPdbFile()
94 ErrorOr<std::unique_ptr<MemoryBuffer>> ErrorOrBuffer = in loadPdbFile()
99 std::unique_ptr<llvm::MemoryBuffer> Buffer = std::move(*ErrorOrBuffer); in loadPdbFile()
121 std::unique_ptr<IPDBSession> &Session) { in createFromPdbPath()
152 std::unique_ptr<IPDBSession> &Session) { in createFromExe()
212 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope()
216 std::unique_ptr<PDBSymbol>
249 std::unique_ptr<PDBSymbol>
257 std::unique_ptr<PDBSymbol> NativeSession::findSymbolByRVA(uint32_t RVA, in findSymbolByRVA()
265 std::unique_ptr<PDBSymbol>
274 std::unique_ptr<IPDBEnumLineNumbers>
280 std::unique_ptr<IPDBEnumLineNumbers>
286 std::unique_ptr<IPDBEnumLineNumbers>
291 std::unique_ptr<IPDBEnumLineNumbers>
298 std::unique_ptr<IPDBEnumSourceFiles>
305 std::unique_ptr<IPDBSourceFile>
312 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
318 std::unique_ptr<PDBSymbolCompiland>
324 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getAllSourceFiles() const { in getAllSourceFiles()
328 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getSourceFilesForCompiland( in getSourceFilesForCompiland()
333 std::unique_ptr<IPDBSourceFile>
338 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { in getDebugStreams()
342 std::unique_ptr<IPDBEnumTables> NativeSession::getEnumTables() const { in getEnumTables()
346 std::unique_ptr<IPDBEnumInjectedSources>
361 std::unique_ptr<IPDBEnumSectionContribs>
366 std::unique_ptr<IPDBEnumFrameData>
464 std::unique_ptr<msf::MappedBlockStream> ModStreamData = in getModuleDebugStream()