Searched defs:takeModule (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ | ||
H A D | LTOModule.h | 118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-link/ | ||
H A D | llvm-link.cpp | 261 std::unique_ptr<Module> takeModule(const std::string &FileName) { takeModule() function in __anona36b8a170111::ModuleLazyLoaderCache |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenAction.cpp | 168 std::unique_ptr<llvm::Module> BackendConsumer::takeModule() { takeModule() function in clang::BackendConsumer |