Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp236 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon05abb4300111::ModuleLazyLoaderCache
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp179 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
879 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction