Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DIRObjectFile.cpp241 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
/external/clang/lib/CodeGen/
DCodeGenAction.cpp74 std::unique_ptr<llvm::Module> takeModule() { return std::move(TheModule); } in takeModule() function in clang::BackendConsumer
595 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction