Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCodeGenAction.h28 llvm::Module *LinkModule; variable
/external/clang/lib/CodeGen/
DCodeGenAction.cpp56 std::unique_ptr<llvm::Module> TheModule, LinkModule; member in clang::BackendConsumer
63 const std::string &infile, llvm::Module *LinkModule, in BackendConsumer()