Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp104 SmallVector<LinkModule, 4> LinkModules; member in clang::BackendConsumer
118 SmallVector<LinkModule, 4> LinkModules, in BackendConsumer() argument
128 LinkModules(std::move(LinkModules)) { in BackendConsumer()
201 for (auto &LM : LinkModules) { in LinkInModules()
862 if (LinkModules.empty()) in CreateASTConsumer()
869 LinkModules.clear(); in CreateASTConsumer()
880 LinkModules.clear(); in CreateASTConsumer()
883 LinkModules.push_back({std::move(ModuleOrErr.get()), F.PropagateAttrs, in CreateASTConsumer()
899 std::move(LinkModules), std::move(OS), *VMContext, CoverageInfo)); in CreateASTConsumer()
H A DCodeGenModule.cpp1736 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
1774 LinkModules.insert(Mod); in EmitModuleLinkOptions()
1783 for (Module *M : LinkModules) in EmitModuleLinkOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile632 SRCS_MIN+= Linker/LinkModules.cpp