Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h81 std::unique_ptr<llvm::Module> takeModule();
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h81 std::unique_ptr<llvm::Module> takeModule();
H A DCodeGenAction.cpp135 std::unique_ptr<llvm::Module> BackendConsumer::takeModule() { in takeModule() function in clang::BackendConsumer
916 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
919 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/freebsd/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 __anon40c295050111::ModuleLazyLoaderCache
377 return ModuleLoaderCache.takeModule(std::string(Identifier)); in importFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h119 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp145 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
160 MergedModule = Mod->takeModule(); in setModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc3799 {"_ZN5clang13CodeGenAction10takeModuleEv", "clang::CodeGenAction::takeModule()"},