Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp200 static bool importFunctions(const char *argv0, LLVMContext &Context, in importFunctions() function
372 if (!importFunctions(argv[0], Context, L)) in main()
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h55 bool importFunctions(Module &M, const ImportMapTy &ImportList,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h112 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DFunctionImport.h116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DFunctionImport.h116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DFunctionImport.h116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DFunctionImport.h116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp564 bool FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
778 return Importer.importFunctions( in runOnModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1115 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1297 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1254 Expected<bool> FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
1446 Expected<bool> Result = Importer.importFunctions(M, ImportList); in doImportingForModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp556 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp216 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOBackend.cpp649 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
H A DThinLTOCodeGenerator.cpp224 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
/aosp_15_r20/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp153 Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp1008 Importer.importFunctions(*M, *ImportList); in runLTOPasses()