Home | History | Annotate | Download | only in lto

Lines Matching refs:asmUsed

307                  SmallPtrSet<GlobalValue*, 8> &asmUsed,
317 asmUsed.insert(&GV);
343 SmallPtrSet<GlobalValue*, 8> asmUsed;
347 applyRestriction(*f, mustPreserveList, asmUsed, mangler);
350 applyRestriction(*v, mustPreserveList, asmUsed, mangler);
353 applyRestriction(*a, mustPreserveList, asmUsed, mangler);
357 findUsedValues(LLVMCompilerUsed, asmUsed);
361 if (!asmUsed.empty()) {
364 for (SmallPtrSet<GlobalValue*, 16>::const_iterator i = asmUsed.begin(),
365 e = asmUsed.end(); i !=e; ++i) {