OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:importFunctions
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/IPO/
FunctionImport.h
39
bool
importFunctions
(Module &M);
/external/llvm/lib/Transforms/IPO/
FunctionImport.cpp
263
bool FunctionImporter::
importFunctions
(Module &DestModule) {
415
return Importer.
importFunctions
(M);
/external/llvm/tools/llvm-link/
llvm-link.cpp
154
static bool
importFunctions
(const char *argv0, LLVMContext &Context,
331
if (!
importFunctions
(argv[0], Context, L))
Completed in 280 milliseconds