Lines Matching refs:Export
552 Export LinkerDriver::parseExport(StringRef arg) { in parseExport()
553 Export e; in parseExport()
651 for (Export &e : ctx.config.exports) { in fixupExports()
658 for (Export &e : ctx.config.exports) { in fixupExports()
667 for (Export &e : ctx.config.exports) { in fixupExports()
676 DenseMap<StringRef, Export *> map(ctx.config.exports.size()); in fixupExports()
677 std::vector<Export> v; in fixupExports()
678 for (Export &e : ctx.config.exports) { in fixupExports()
685 Export *existing = pair.first->second; in fixupExports()
693 llvm::sort(ctx.config.exports, [](const Export &a, const Export &b) { in fixupExports()
701 for (Export &e : ctx.config.exports) in assignExportOrdinals()
703 for (Export &e : ctx.config.exports) in assignExportOrdinals()