Searched refs:asmUsed (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 280 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()
|
D | LTOCodeGenerator.h | 53 llvm::SmallPtrSet<llvm::GlobalValue*, 8> &asmUsed,
|