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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
141 /// FunctionImporter::importFunctions() above (see description there).
155 /// FunctionImporter::importFunctions() above (see description there).
164 /// FunctionImporter::importFunctions() above (see description there).
  /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);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 650 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError())
ThinLTOCodeGenerator.cpp 222 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList);
229 report_fatal_error("importFunctions failed");

Completed in 21 milliseconds