Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h77 std::unique_ptr<Module> takeModule() { return std::move(M); } in takeModule() function
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule() function
/external/llvm/lib/Object/
DIRObjectFile.cpp261 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
/external/llvm/tools/llvm-link/
Dllvm-link.cpp155 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() function in __anon215bcfc60111::ModuleLazyLoaderCache
/external/clang/lib/CodeGen/
DCodeGenAction.cpp84 std::unique_ptr<llvm::Module> takeModule() { in takeModule() function in clang::BackendConsumer
685 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction