Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h112 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-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1115 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1297 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp556 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
DThinLTOCodeGenerator.cpp216 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()