Lines Matching refs:exports
371 for (StringRef e : directives.exports) { in parseDirectives()
387 ctx.config.exports.push_back(exp); in parseDirectives()
933 std::vector<COFFShortExport> exports; in createImportLibrary() local
934 for (Export &e1 : ctx.config.exports) { in createImportLibrary()
946 exports.push_back(e2); in createImportLibrary()
953 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary()
963 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary()
974 if (Error e = writeImportLibrary(libName, tmpName, exports, in createImportLibrary()
1047 ctx.config.exports.push_back(e2); in parseModuleDefs()
1199 for (Export &r : ctx.config.exports) in findKeepUniqueSections()
1331 if (!ctx.config.exports.empty()) in maybeExportMinGWSymbols()
1367 ctx.config.exports.push_back(e); in maybeExportMinGWSymbols()
2222 config->exports.push_back(e); in linkerMain()
2405 for (Export &e : config->exports) { in linkerMain()
2492 config->hadExplicitExports = !config->exports.empty(); in linkerMain()
2549 if (!config->exports.empty() || config->dll) { in linkerMain()
2559 writeDefFile(arg->getValue(), config->exports); in linkerMain()