Lines Matching defs:moduleImport
126 /// builders have to use the `moduleImport` argument and cannot directly call
128 /// builders have to use the `moduleImport` argument and none of them has direct
132 ModuleImport &moduleImport,
141 moduleImport);
2391 ModuleImport moduleImport(module.get(), std::move(llvmModule),
2393 if (failed(moduleImport.initializeImportInterface()))
2395 if (failed(moduleImport.convertDataLayout()))
2397 if (failed(moduleImport.convertComdats()))
2399 if (failed(moduleImport.convertMetadata()))
2401 if (failed(moduleImport.convertGlobals()))
2403 if (failed(moduleImport.convertFunctions()))