Home
last modified time | relevance | path

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

/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() argument
70 LinkModule(LinkModule) { in BackendConsumer()
75 llvm::Module *takeLinkModule() { return LinkModule.release(); } in takeLinkModule()
154 if (LinkModule) { in HandleTranslationUnit()
156 M, LinkModule.get(), in HandleTranslationUnit()
510 << LinkModule->getModuleIdentifier() << MsgStorage; in linkerDiagnosticHandler()
570 : Act(_Act), LinkModule(nullptr), in CodeGenAction()
588 if (LinkModule) in EndSourceFileAction()
631 llvm::Module *LinkModuleToUse = LinkModule; in CreateASTConsumer()
/external/clang/include/clang/CodeGen/
DCodeGenAction.h28 llvm::Module *LinkModule; variable
53 void setLinkModule(llvm::Module *Mod) { LinkModule = Mod; } in setLinkModule()
/external/llvm/docs/
DMakefileGuide.rst891 LinkModule