Home
last modified time | relevance | path

Searched refs:importFunctions (Results 1 – 5 of 5) 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/llvm/lib/Transforms/IPO/
DFunctionImport.cpp564 bool FunctionImporter::importFunctions( in importFunctions() function in FunctionImporter
778 return Importer.importFunctions( in runOnModule()
/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()