Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
Dlinker.go24 func LinkModules(Dest, Src Module) error { func
/external/clang/include/clang/CodeGen/
DCodeGenAction.h30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; variable
/external/clang/lib/CodeGen/
DCodeGenAction.cpp60 LinkModules; member in clang::BackendConsumer
73 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer()
DCodeGenModule.cpp1149 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local