Home | History | Annotate | Download | only in LTO

Lines Matching refs:AsmUsed

323                  SmallPtrSetImpl<GlobalValue*> &AsmUsed,
339 AsmUsed.insert(&GV);
348 AsmUsed.insert(&GV);
410 SmallPtrSet<GlobalValue*, 8> AsmUsed;
418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler);
420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler);
422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler);
426 findUsedValues(LLVMCompilerUsed, AsmUsed);
430 if (!AsmUsed.empty()) {
433 for (auto *GV : AsmUsed) {