/external/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 151 M = ThreadSafeModule(MB.takeModule(), std::move(TSCtx)); in TEST() 221 M = ThreadSafeModule(MB.takeModule(), std::move(TSCtx)); in TEST()
|
D | OrcTestCommon.h | 189 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
|
/external/llvm/include/llvm/Object/ |
D | IRObjectFile.h | 53 std::unique_ptr<Module> takeModule();
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 61 std::unique_ptr<llvm::Module> takeModule();
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 75 std::unique_ptr<llvm::Module> takeModule();
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 155 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon148a13ae0111::ModuleLazyLoaderCache 268 ModuleLoaderCache.takeModule(GlobalsToImportPerModule.first); in importFunctions()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcCAPITest.cpp | 37 return MB.takeModule(); in createTestModule()
|
D | OrcTestCommon.h | 77 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
|
/external/llvm-project/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 233 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon15d1abdc0111::ModuleLazyLoaderCache 337 return ModuleLoaderCache.takeModule(std::string(Identifier)); in importFunctions()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 120 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 84 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/ |
D | LTOCodeGenerator.cpp | 137 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule() 155 MergedModule = Mod->takeModule(); in setModule()
|
/external/llvm-project/clang/examples/clang-interpreter/ |
D | main.cpp | 219 std::unique_ptr<llvm::Module> Module = Act->takeModule(); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 161 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule() 176 MergedModule = Mod->takeModule(); in setModule()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 173 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule() 188 MergedModule = Mod->takeModule(); in setModule()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 182 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/ |
D | IRObjectFile.cpp | 261 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
|
/external/bcc/src/cc/frontends/clang/ |
D | loader.cc | 409 *mod = ir_act.takeModule(); in do_compile()
|
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 322 return act.takeModule(); in compile()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 827 return Obj.takeModule(); in getModuleForFile()
|