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