Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp308 Module *mergedModule = _linker.getModule(); in applyScopeRestrictions() local
320 for (Module::iterator f = mergedModule->begin(), in applyScopeRestrictions()
321 e = mergedModule->end(); f != e; ++f) in applyScopeRestrictions()
323 for (Module::global_iterator v = mergedModule->global_begin(), in applyScopeRestrictions()
324 e = mergedModule->global_end(); v != e; ++v) in applyScopeRestrictions()
326 for (Module::alias_iterator a = mergedModule->alias_begin(), in applyScopeRestrictions()
327 e = mergedModule->alias_end(); a != e; ++a) in applyScopeRestrictions()
331 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()
347 new llvm::GlobalVariable(*mergedModule, ATy, false, in applyScopeRestrictions()
357 passes.run(*mergedModule); in applyScopeRestrictions()
[all …]