Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
/external/llvm/tools/llvm-link/
Dllvm-link.cpp155 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon08f4c1270111::ModuleLazyLoaderCache
268 ModuleLoaderCache.takeModule(GlobalsToImportPerModule.first); in importFunctions()
/external/llvm/include/llvm/Object/
DIRObjectFile.h53 std::unique_ptr<Module> takeModule();
/external/clang/include/clang/CodeGen/
DCodeGenAction.h61 std::unique_ptr<llvm::Module> takeModule();
/external/clang/lib/CodeGen/
DCodeGenAction.cpp84 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
682 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
685 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp37 return MB.takeModule(); in createTestModule()
DOrcTestCommon.h77 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp137 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
155 MergedModule = Mod->takeModule(); in setModule()
/external/clang/examples/clang-interpreter/
Dmain.cpp167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp197 return act.takeModule(); in compile()
/external/llvm/lib/Object/
DIRObjectFile.cpp261 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
/external/llvm/tools/gold/
Dgold-plugin.cpp827 return Obj.takeModule(); in getModuleForFile()