Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp131 SmallVector<LinkModule, 4> LinkModules; member in clang::BackendConsumer
156 SmallVector<LinkModule, 4> LinkModules, in BackendConsumer()
182 SmallVector<LinkModule, 4> LinkModules, LLVMContext &C, in BackendConsumer()
H A DCodeGenModule.cpp2679 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local