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

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 172 if (!LinkInModule(M.get(), &Error))
202 if (LinkInModule(M.get(), &Error))
LinkArchives.cpp 174 if (LinkInModule(aModule, &moduleErrorMsg))
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 175 /// calls LinkInModule on them.
185 /// just loads the bitcode file and calls LinkInModule on it. If an error
249 bool LinkInModule(
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 97 bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg);

Completed in 677 milliseconds