Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenAction.h76 std::unique_ptr<llvm::Module> takeModule();
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp261 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon0db55a7c0111::ModuleLazyLoaderCache
367 return ModuleLoaderCache.takeModule(std::string(Identifier)); in importFunctions()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp159 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
174 MergedModule = Mod->takeModule(); in setModule()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp197 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
1001 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
1004 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction