Home
last modified time | relevance | path

Searched refs:takeModule (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DIRObjectFile.h52 std::unique_ptr<Module> takeModule();
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h57 std::unique_ptr<llvm::Module> takeModule();
/minix3/external/bsd/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp75 std::unique_ptr<llvm::Module> takeModule() { return std::move(TheModule); } in takeModule() function in clang::BackendConsumer
593 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
596 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() function in CodeGenAction
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DIRObjectFile.cpp242 std::unique_ptr<Module> IRObjectFile::takeModule() { return std::move(M); } in takeModule() function in IRObjectFile
/minix3/external/bsd/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp691 return Obj.takeModule(); in getModuleForFile()