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

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

Completed in 112 milliseconds