Searched refs:COFFShortExport (Results 1 – 7 of 7) sorted by relevance
87 struct COFFShortExport { struct117 friend bool operator==(const COFFShortExport &L, const COFFShortExport &R) { argument123 friend bool operator!=(const COFFShortExport &L, const COFFShortExport &R) {139 StringRef ImportName, StringRef Path, ArrayRef<COFFShortExport> Exports,141 ArrayRef<COFFShortExport> NativeExports = std::nullopt);
28 std::vector<COFFShortExport> Exports;
117 std::vector<COFFShortExport> &Exports, in parseModuleDefinition()144 for (COFFShortExport &E : Def->Exports) { in parseModuleDefinition()206 std::vector<COFFShortExport> Exports, NativeExports; in dlltoolDriverMain()229 for (COFFShortExport &E : Exports) { in dlltoolDriverMain()
660 ArrayRef<COFFShortExport> Exports, in writeImportLibrary()662 ArrayRef<COFFShortExport> NativeExports) { in writeImportLibrary()682 auto addExports = [&](ArrayRef<COFFShortExport> Exp, in writeImportLibrary()688 const COFFShortExport *Export; in writeImportLibrary()691 for (const COFFShortExport &E : Exp) { in writeImportLibrary()
227 COFFShortExport E; in parseExport()
396 std::vector<COFFShortExport> NativeExports; in libDriverMain()
933 std::vector<COFFShortExport> exports; in createImportLibrary()935 COFFShortExport e2; in createImportLibrary()1025 for (COFFShortExport e1 : m.Exports) { in parseModuleDefs()