Home | History | Annotate | Download | only in Reader

Lines Matching full:make_unique

5355       llvm::make_unique<StreamingMemoryObject>(std::move(Streamer));
5357 StreamFile = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes));
5447 make_unique<FunctionInfo>(FuncOffset);
5465 llvm::make_unique<FunctionInfo>(FuncSummaryOffset);
5590 llvm::make_unique<FunctionSummary>(InstCount);
5606 llvm::make_unique<FunctionSummary>(InstCount);
5765 llvm::make_unique<StreamingMemoryObject>(std::move(Streamer));
5767 StreamFile = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes));
5819 std::unique_ptr<Module> M = make_unique<Module>(Name, Context);
5879 std::unique_ptr<Module> M = make_unique<Module>(Name, Context);
5897 auto R = llvm::make_unique<BitcodeReader>(Buf.release(), Context);
5926 auto Index = llvm::make_unique<FunctionInfoIndex>();