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

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

Completed in 92 milliseconds