Home
last modified time | relevance | path

Searched refs:importFunctions (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp212 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() function
271 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
378 if (!importFunctions(argv[0], *Composite)) in main()
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h55 bool importFunctions(Module &M, const ImportMapTy &ImportList,
/external/llvm/tools/llvm-link/
Dllvm-link.cpp200 static bool importFunctions(const char *argv0, LLVMContext &Context, in importFunctions() function
372 if (!importFunctions(argv[0], Context, L)) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h65 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp564 bool FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
778 return Importer.importFunctions( in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp899 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1079 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp509 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
DThinLTOCodeGenerator.cpp208 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp153 Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
/external/llvm/tools/gold/
Dgold-plugin.cpp1008 Importer.importFunctions(*M, *ImportList); in runLTOPasses()