Searched refs:COFFShortExport (Results 1 – 8 of 8) sorted by relevance
88 struct COFFShortExport { struct118 friend bool operator==(const COFFShortExport &L, const COFFShortExport &R) { argument124 friend bool operator!=(const COFFShortExport &L, const COFFShortExport &R) {140 ArrayRef<COFFShortExport> Exports,142 ArrayRef<COFFShortExport> NativeExports = {});
29 std::vector<COFFShortExport> Exports;
124 std::vector<COFFShortExport> &Exports, in parseModuleDefinition()151 for (COFFShortExport &E : Def->Exports) { in parseModuleDefinition()357 std::vector<COFFShortExport> Exports, NativeExports; in dlltoolDriverMain()380 for (COFFShortExport &E : Exports) { in dlltoolDriverMain()
662 ArrayRef<COFFShortExport> Exports, in writeImportLibrary()664 ArrayRef<COFFShortExport> NativeExports) { in writeImportLibrary()684 auto addExports = [&](ArrayRef<COFFShortExport> Exp, in writeImportLibrary()690 const COFFShortExport *Export; in writeImportLibrary()693 for (const COFFShortExport &E : Exp) { in writeImportLibrary()
227 COFFShortExport E; in parseExport()
402 std::vector<COFFShortExport> NativeExports; in libDriverMain()
979 std::vector<COFFShortExport> exports, nativeExports; in createImportLibrary()982 std::vector<COFFShortExport> &exports) { in createImportLibrary()984 COFFShortExport e2; in createImportLibrary()
1310 for (COFFShortExport e1 : m.Exports) { in parseModuleDefs()