Home
last modified time | relevance | path

Searched refs:takeModule (Results 1 – 18 of 18) 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 __anon52797cd00111::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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp166 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon93c3bf280111::ModuleLazyLoaderCache
268 return ModuleLoaderCache.takeModule(Identifier); in importFunctions()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/external/clang/examples/clang-interpreter/
Dmain.cpp167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
/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/lib/LTO/
DLTOCodeGenerator.cpp137 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
155 MergedModule = Mod->takeModule(); in setModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp143 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
158 MergedModule = Mod->takeModule(); in setModule()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp38 return MB.takeModule(); in createTestModule()
DOrcTestCommon.h140 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/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/bcc/src/cc/frontends/clang/
Dloader.cc409 *mod = ir_act.takeModule(); in do_compile()
/external/llvm/tools/gold/
Dgold-plugin.cpp827 return Obj.takeModule(); in getModuleForFile()