Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOModule.h120 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
/external/llvm/include/llvm/Object/
DIRObjectFile.h52 std::unique_ptr<Module> takeModule();
/external/clang/include/clang/CodeGen/
DCodeGenAction.h61 std::unique_ptr<llvm::Module> takeModule();
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp75 std::unique_ptr<Module> takeModule(StringRef FileName) { in takeModule() function in __anon549dfad40111::ModuleLazyLoaderCache
303 ModuleLoaderCache.takeModule(FunctionsToImportPerModule.first); in importFunctions()
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp37 return MB.takeModule(); in createTestModule()
DOrcTestCommon.h73 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.cpp86 std::unique_ptr<llvm::Module> takeModule() { return std::move(TheModule); } in takeModule() function in clang::BackendConsumer
650 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
653 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp109 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
124 MergedModule = Mod->takeModule(); in setModule()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp134 return act.takeModule(); in compile()
/external/llvm/lib/Object/
DIRObjectFile.cpp249 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
/external/llvm/tools/gold/
Dgold-plugin.cpp731 return Obj.takeModule(); in getModuleForFile()