Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp56 std::unique_ptr<llvm::Module> TheModule, LinkModule; member in clang::BackendConsumer
63 const std::string &infile, llvm::Module *LinkModule, in BackendConsumer() argument
71 LinkModule(LinkModule) { in BackendConsumer()
76 llvm::Module *takeLinkModule() { return LinkModule.release(); } in takeLinkModule()
155 if (LinkModule) { in HandleTranslationUnit()
157 M, LinkModule.get(), in HandleTranslationUnit()
511 << LinkModule->getModuleIdentifier() << MsgStorage; in linkerDiagnosticHandler()
571 : Act(_Act), LinkModule(nullptr), in CodeGenAction()
589 if (LinkModule) in EndSourceFileAction()
633 llvm::Module *LinkModuleToUse = LinkModule; in CreateASTConsumer()
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h28 llvm::Module *LinkModule; variable
53 void setLinkModule(llvm::Module *Mod) { LinkModule = Mod; } in setLinkModule()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DMakefileGuide.rst891 LinkModule