Home
last modified time | relevance | path

Searched refs:takeModule (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp152 M = ThreadSafeModule(MB.takeModule(), std::move(TSCtx)); in TEST()
222 M = ThreadSafeModule(MB.takeModule(), std::move(TSCtx)); in TEST()
H A DOrcTestCommon.h148 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h76 std::unique_ptr<llvm::Module> takeModule();
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp261 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon79d60a350111::ModuleLazyLoaderCache
367 return ModuleLoaderCache.takeModule(std::string(Identifier)); in importFunctions()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp142 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
157 MergedModule = Mod->takeModule(); in setModule()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp196 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
976 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
979 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction