Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h39 bool importFunctions(Module &M);
/external/llvm/tools/llvm-link/
Dllvm-link.cpp154 static bool importFunctions(const char *argv0, LLVMContext &Context, in importFunctions() function
331 if (!importFunctions(argv[0], Context, L)) in main()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp263 bool FunctionImporter::importFunctions(Module &DestModule) { in importFunctions() function in FunctionImporter
415 return Importer.importFunctions(M); in runOnModule()