Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dlinker.go24 func LinkModules(Dest, Src Module) error { func
/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.cpp57 LinkModules; member in clang::BackendConsumer
70 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer()
DCodeGenModule.cpp1198 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp993 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, in LinkModules() function in Linker