Searched refs:takeModule (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h75 std::unique_ptr<llvm::Module> takeModule();
/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
335 return ModuleLoaderCache.takeModule(std::string(Identifier));
/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/lib/LTO/
H A DLTOCodeGenerator.cpp164 bool ret = TheLinker->linkInModule(Mod->takeModule());
179 MergedModule = Mod->takeModule();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp178 std::unique_ptr<llvm::Module> takeModule() { function in class:clang::BackendConsumer
923 TheModule = BEConsumer->takeModule();
926 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { function in class:CodeGenAction

Completed in 128 milliseconds