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

/external/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } function in struct:llvm::LTOModule
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h61 std::unique_ptr<llvm::Module> takeModule();
/external/llvm/include/llvm/Object/
H A DIRObjectFile.h53 std::unique_ptr<Module> takeModule();
/external/clang/examples/clang-interpreter/
H A Dmain.cpp167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule())
/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp37 return MB.takeModule();
H A DOrcTestCommon.h77 std::unique_ptr<Module> takeModule() { return std::move(M); } function in class:llvm::ModuleBuilder
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp155 std::unique_ptr<Module> takeModule(const std::string &FileName) { function in class:__anon14866::ModuleLazyLoaderCache
268 ModuleLoaderCache.takeModule(GlobalsToImportPerModule.first);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp137 bool ret = TheLinker->linkInModule(Mod->takeModule());
155 MergedModule = Mod->takeModule();
/external/llvm/lib/Object/
H A DIRObjectFile.cpp261 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } function in class:IRObjectFile
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp197 return act.takeModule();
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp84 std::unique_ptr<llvm::Module> takeModule() { function in class:clang::BackendConsumer
682 TheModule = BEConsumer->takeModule();
685 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { function in class:CodeGenAction
/external/llvm/tools/gold/
H A Dgold-plugin.cpp827 return Obj.takeModule();

Completed in 1115 milliseconds