Home
last modified time | relevance | path

Searched refs:COFFShortExport (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h87 struct COFFShortExport { struct
117 friend bool operator==(const COFFShortExport &L, const COFFShortExport &R) { argument
123 friend bool operator!=(const COFFShortExport &L, const COFFShortExport &R) {
139 StringRef ImportName, StringRef Path, ArrayRef<COFFShortExport> Exports,
141 ArrayRef<COFFShortExport> NativeExports = std::nullopt);
H A DCOFFModuleDefinition.h28 std::vector<COFFShortExport> Exports;
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp117 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()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp660 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()
H A DCOFFModuleDefinition.cpp227 COFFShortExport E; in parseExport()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp396 std::vector<COFFShortExport> NativeExports; in libDriverMain()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp933 std::vector<COFFShortExport> exports; in createImportLibrary()
935 COFFShortExport e2; in createImportLibrary()
1025 for (COFFShortExport e1 : m.Exports) { in parseModuleDefs()