Searched refs:mergedModule (Results 1 – 1 of 1) sorted by relevance
469 Module *mergedModule = IRLinker.getModule(); in applyScopeRestrictions() local483 accumulateAndSortLibcalls(Libcalls, TLI, *mergedModule, *TargetMach); in applyScopeRestrictions()485 for (Module::iterator f = mergedModule->begin(), in applyScopeRestrictions()486 e = mergedModule->end(); f != e; ++f) in applyScopeRestrictions()488 for (Module::global_iterator v = mergedModule->global_begin(), in applyScopeRestrictions()489 e = mergedModule->global_end(); v != e; ++v) in applyScopeRestrictions()491 for (Module::alias_iterator a = mergedModule->alias_begin(), in applyScopeRestrictions()492 e = mergedModule->alias_end(); a != e; ++a) in applyScopeRestrictions()496 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()511 new llvm::GlobalVariable(*mergedModule, ATy, false, in applyScopeRestrictions()[all …]