Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h76 std::unique_ptr<llvm::Module> takeModule();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp236 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon05abb4300111::ModuleLazyLoaderCache
342 return ModuleLoaderCache.takeModule(std::string(Identifier)); in importFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp147 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
162 MergedModule = Mod->takeModule(); in setModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp219 std::unique_ptr<llvm::Module> Module = Act->takeModule(); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp179 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
876 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
879 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction