Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h76 std::unique_ptr<llvm::Module> takeModule();
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp166 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon144c7e4a0111::ModuleLazyLoaderCache
268 return ModuleLoaderCache.takeModule(Identifier); in importFunctions()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp144 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
159 MergedModule = Mod->takeModule(); in setModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp133 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
819 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
822 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction