Searched refs:importFunctions (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 212 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/ |
D | FunctionImport.h | 55 bool importFunctions(Module &M, const ImportMapTy &ImportList,
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 200 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/ |
D | FunctionImport.h | 65 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 564 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/ |
D | FunctionImport.cpp | 899 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/ |
D | LTOBackend.cpp | 509 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
|
D | ThinLTOCodeGenerator.cpp | 208 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 153 Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1008 Importer.importFunctions(*M, *ImportList); in runLTOPasses()
|