HomeSort by relevance Sort by last modified time
    Searched refs:linkInModule (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Linker/
Linker.h 46 bool linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg);
47 bool linkInModule(Module *Src, std::string *ErrorMsg) {
48 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
  /external/llvm/tools/llvm-link/
llvm-link.cpp 104 if (L.linkInModule(M.get(), &ErrorMessage)) {
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 117 bool ret = IRLinker.linkInModule(&mod->getModule(), &errMsg);
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 469 milliseconds