Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h79 std::unique_ptr<llvm::Module> takeModule();
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h97 std::unique_ptr<llvm::Module> takeModule();
H A DCodeGenAction.cpp168 std::unique_ptr<llvm::Module> BackendConsumer::takeModule() { in takeModule() function in clang::BackendConsumer
981 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
984 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp261 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon382b417b0111::ModuleLazyLoaderCache
373 return ModuleLoaderCache.takeModule(std::string(Identifier)); in importFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp159 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
174 MergedModule = Mod->takeModule(); in setModule()