Searched refs:mergedModule (Results 1 – 1 of 1) sorted by relevance
385 Module *mergedModule = IRLinker.getModule(); in applyScopeRestrictions() local400 for (Module::iterator f = mergedModule->begin(), in applyScopeRestrictions()401 e = mergedModule->end(); f != e; ++f) in applyScopeRestrictions()403 for (Module::global_iterator v = mergedModule->global_begin(), in applyScopeRestrictions()404 e = mergedModule->global_end(); v != e; ++v) in applyScopeRestrictions()406 for (Module::alias_iterator a = mergedModule->alias_begin(), in applyScopeRestrictions()407 e = mergedModule->alias_end(); a != e; ++a) in applyScopeRestrictions()411 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()426 new llvm::GlobalVariable(*mergedModule, ATy, false, in applyScopeRestrictions()437 passes.run(*mergedModule); in applyScopeRestrictions()[all …]