unique_ptr         19 tools/perf/util/c++/clang-test.cpp static std::unique_ptr<llvm::Module>
unique_ptr         25 tools/perf/util/c++/clang-test.cpp 		return std::unique_ptr<llvm::Module>(nullptr);
unique_ptr         30 tools/perf/util/c++/clang-test.cpp 	std::unique_ptr<llvm::Module> M =
unique_ptr         34 tools/perf/util/c++/clang.cpp static std::unique_ptr<llvm::LLVMContext> LLVMCtx;
unique_ptr         67 tools/perf/util/c++/clang.cpp static std::unique_ptr<llvm::Module>
unique_ptr         88 tools/perf/util/c++/clang.cpp 	std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction(&*LLVMCtx));
unique_ptr         90 tools/perf/util/c++/clang.cpp 		return std::unique_ptr<llvm::Module>(nullptr);
unique_ptr         95 tools/perf/util/c++/clang.cpp std::unique_ptr<llvm::Module>
unique_ptr        116 tools/perf/util/c++/clang.cpp std::unique_ptr<llvm::Module>
unique_ptr        123 tools/perf/util/c++/clang.cpp std::unique_ptr<llvm::SmallVectorImpl<char>>
unique_ptr        133 tools/perf/util/c++/clang.cpp 		return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr);
unique_ptr        145 tools/perf/util/c++/clang.cpp 	std::unique_ptr<SmallVectorImpl<char>> Buffer(new SmallVector<char, 0>());
unique_ptr        159 tools/perf/util/c++/clang.cpp 		return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr);
unique_ptr         15 tools/perf/util/c++/clang.h std::unique_ptr<Module>
unique_ptr         19 tools/perf/util/c++/clang.h std::unique_ptr<Module>
unique_ptr         23 tools/perf/util/c++/clang.h std::unique_ptr<llvm::SmallVectorImpl<char>>