Home
last modified time | relevance | path

Searched refs:mergedModule (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/lto/
DLTOCodeGenerator.cpp333 Module *mergedModule = _linker.getModule(); in applyScopeRestrictions() local
345 for (Module::iterator f = mergedModule->begin(), in applyScopeRestrictions()
346 e = mergedModule->end(); f != e; ++f) in applyScopeRestrictions()
348 for (Module::global_iterator v = mergedModule->global_begin(), in applyScopeRestrictions()
349 e = mergedModule->global_end(); v != e; ++v) in applyScopeRestrictions()
351 for (Module::alias_iterator a = mergedModule->alias_begin(), in applyScopeRestrictions()
352 e = mergedModule->alias_end(); a != e; ++a) in applyScopeRestrictions()
356 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()
373 new llvm::GlobalVariable(*mergedModule, ATy, false, in applyScopeRestrictions()
384 passes.run(*mergedModule); in applyScopeRestrictions()
[all …]