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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h120 std::unique_ptr<Module> takeModule() { return std::move(Mod); } function in struct:llvm::LTOModule
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp233 std::unique_ptr<Module> takeModule(const std::string &FileName) { function in class:__anon4835::ModuleLazyLoaderCache
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp178 std::unique_ptr<llvm::Module> takeModule() { function in class:clang::BackendConsumer
926 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { function in class:CodeGenAction

Completed in 165 milliseconds