Lines Matching refs:Export
564 Export LinkerDriver::parseExport(StringRef arg) { in parseExport()
565 Export e; in parseExport()
566 e.source = ExportSource::Export; in parseExport()
664 case ExportSource::Export: in exportSourceName()
679 for (Export &e : ctx.config.exports) { in fixupExports()
686 for (Export &e : ctx.config.exports) { in fixupExports()
695 for (Export &e : ctx.config.exports) { in fixupExports()
704 DenseMap<StringRef, std::pair<Export *, unsigned>> map( in fixupExports()
706 std::vector<Export> v; in fixupExports()
707 for (Export &e : ctx.config.exports) { in fixupExports()
715 Export *existing = pair.first->second.first; in fixupExports()
738 llvm::sort(ctx.config.exports, [](const Export &a, const Export &b) { in fixupExports()
746 for (Export &e : ctx.config.exports) in assignExportOrdinals()
748 for (Export &e : ctx.config.exports) in assignExportOrdinals()