Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1613 std::unique_ptr<llvm::Module> EmptyModule; in EmitBackendOutput() local
1644 EmptyModule = std::make_unique<llvm::Module>("empty", M->getContext()); in EmitBackendOutput()
1645 EmptyModule->setTargetTriple(M->getTargetTriple()); in EmitBackendOutput()
1646 M = EmptyModule.get(); in EmitBackendOutput()