Lines Matching refs:Export
566 Export LinkerDriver::parseExport(StringRef arg) { in parseExport()
567 Export e; in parseExport()
568 e.source = ExportSource::Export; in parseExport()
661 case ExportSource::Export: in exportSourceName()
676 for (Export &e : ctx.config.exports) { in fixupExports()
683 for (Export &e : ctx.config.exports) { in fixupExports()
712 for (Export &e : ctx.config.exports) { in fixupExports()
721 DenseMap<StringRef, std::pair<Export *, unsigned>> map( in fixupExports()
723 std::vector<Export> v; in fixupExports()
724 for (Export &e : ctx.config.exports) { in fixupExports()
732 Export *existing = pair.first->second.first; in fixupExports()
755 llvm::sort(ctx.config.exports, [](const Export &a, const Export &b) { in fixupExports()
763 for (Export &e : ctx.config.exports) in assignExportOrdinals()
765 for (Export &e : ctx.config.exports) in assignExportOrdinals()