Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp280 SmallPtrSet<GlobalValue*, 8> &asmUsed, in applyRestriction() argument
290 asmUsed.insert(&GV); in applyRestriction()
318 SmallPtrSet<GlobalValue*, 8> asmUsed; in applyScopeRestrictions() local
322 applyRestriction(*f, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
325 applyRestriction(*v, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
328 applyRestriction(*a, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
332 findUsedValues(LLVMCompilerUsed, asmUsed); in applyScopeRestrictions()
338 for (SmallPtrSet<GlobalValue*, 16>::const_iterator i = asmUsed.begin(), in applyScopeRestrictions()
339 e = asmUsed.end(); i !=e; ++i) { in applyScopeRestrictions()
DLTOCodeGenerator.h53 llvm::SmallPtrSet<llvm::GlobalValue*, 8> &asmUsed,