Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp261 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon0db55a7c0111::ModuleLazyLoaderCache
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp197 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
1004 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction