HomeSort by relevance Sort by last modified time
    Searched defs:linkModules (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
LinkModules.cpp 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
28 /// This is an implementation class for the LinkModules function, which is the
583 // LinkModules entrypoint.
591 bool Linker::linkModules(
605 return Linker::linkModules(*D, std::move(M));
  /external/llvm/lib/Linker/
LinkModules.cpp 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
27 /// This is an implementation class for the LinkModules function, which is the
611 // LinkModules entrypoint.
619 bool Linker::linkModules(Module &Dest, std::unique_ptr<Module> Src,
632 return Linker::linkModules(*D, std::move(M));

Completed in 670 milliseconds