Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h53 SmallVector<LinkModule, 4> LinkModules; variable
H A DCodeGenAction.cpp117 const std::string &InFile, SmallVector<LinkModule, 4> LinkModules, in BackendConsumer()
142 llvm::Module *Module, SmallVector<LinkModule, 4> LinkModules, in BackendConsumer()
H A DCodeGenModule.cpp3111 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local