Home | History | Annotate | Download | only in IPO

Lines Matching refs:Exports

375       // Make exports in the source module.
419 /// as well as the list of "exports", i.e. the list of symbols referenced from
525 auto &Exports = ExportLists[ModName];
526 unsigned NumGVS = numGlobalVarSummaries(Index, Exports);
527 LLVM_DEBUG(dbgs() << "* Module " << ModName << " exports "
528 << Exports.size() - NumGVS << " functions and " << NumGVS