HomeSort by: relevance | last modified time | path
    Searched defs:importFunctions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp 284 static bool importFunctions(const char *argv0, Module &DestModule) {
346 ExitOnErr(Importer.importFunctions(DestModule, ImportList));
459 if (!importFunctions(argv[0], *Composite))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 1183 Expected<bool> FunctionImporter::importFunctions(
1376 Expected<bool> Result = Importer.importFunctions(M, ImportList);

Completed in 21 milliseconds