Home
last modified time | relevance | path

Searched defs:takeModule (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h73 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/external/llvm/include/llvm/LTO/
DLTOModule.h120 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
/external/llvm/lib/Object/
DIRObjectFile.cpp249 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
/external/clang/lib/CodeGen/
DCodeGenAction.cpp86 std::unique_ptr<llvm::Module> takeModule() { return std::move(TheModule); } in takeModule() function in clang::BackendConsumer
653 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp75 std::unique_ptr<Module> takeModule(StringRef FileName) { in takeModule() function in __anon33b737690111::ModuleLazyLoaderCache