Home
last modified time | relevance | path

Searched defs:takeModule (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h157 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp273 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anoneac0eb180111::ModuleLazyLoaderCache
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp161 std::unique_ptr<llvm::Module> BackendConsumer::takeModule() { takeModule() function in clang::BackendConsumer
959 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { takeModule() function in CodeGenAction