Searched refs:mergedModule (Results 1 – 1 of 1) sorted by relevance
401 Module *mergedModule = IRLinker.getModule(); in applyScopeRestrictions() local417 for (Module::iterator f = mergedModule->begin(), in applyScopeRestrictions()418 e = mergedModule->end(); f != e; ++f) in applyScopeRestrictions()420 for (Module::global_iterator v = mergedModule->global_begin(), in applyScopeRestrictions()421 e = mergedModule->global_end(); v != e; ++v) in applyScopeRestrictions()423 for (Module::alias_iterator a = mergedModule->alias_begin(), in applyScopeRestrictions()424 e = mergedModule->alias_end(); a != e; ++a) in applyScopeRestrictions()428 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()443 new llvm::GlobalVariable(*mergedModule, ATy, false, in applyScopeRestrictions()454 passes.run(*mergedModule); in applyScopeRestrictions()[all …]