Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp151 M = ThreadSafeModule(MB.takeModule(), std::move(TSCtx)); in TEST()
221 M = ThreadSafeModule(MB.takeModule(), std::move(TSCtx)); in TEST()
DOrcTestCommon.h189 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/external/llvm/include/llvm/Object/
DIRObjectFile.h53 std::unique_ptr<Module> takeModule();
/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/clang/include/clang/CodeGen/
DCodeGenAction.h61 std::unique_ptr<llvm::Module> takeModule();
/external/llvm-project/clang/include/clang/CodeGen/
DCodeGenAction.h75 std::unique_ptr<llvm::Module> takeModule();
/external/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp233 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anoncec8b5f50111::ModuleLazyLoaderCache
337 return ModuleLoaderCache.takeModule(std::string(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/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-project/llvm/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h120 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp137 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
155 MergedModule = Mod->takeModule(); in setModule()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp173 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
188 MergedModule = Mod->takeModule(); in setModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp161 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
176 MergedModule = Mod->takeModule(); in setModule()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp219 std::unique_ptr<llvm::Module> Module = Act->takeModule(); in main()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp182 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
896 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
899 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/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/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp322 return act.takeModule(); in compile()
/external/llvm/tools/gold/
Dgold-plugin.cpp827 return Obj.takeModule(); in getModuleForFile()