/external/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 155 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 166 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 143 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/ |
D | OrcCAPITest.cpp | 38 return MB.takeModule(); in createTestModule()
|
D | OrcTestCommon.h | 140 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 197 return act.takeModule(); in compile()
|
/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/llvm/tools/gold/ |
D | gold-plugin.cpp | 827 return Obj.takeModule(); in getModuleForFile()
|