reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
112 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
535 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError())
lib/LTO/ThinLTOCodeGenerator.cpp 215 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList);
lib/Transforms/IPO/FunctionImport.cpp 1258 Expected<bool> Result = Importer.importFunctions(M, ImportList);
tools/llvm-link/llvm-link.cpp 270 ExitOnErr(Importer.importFunctions(DestModule, ImportList));