Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h88 struct COFFShortExport { struct
118 friend bool operator==(const COFFShortExport &L, const COFFShortExport &R) { argument
124 friend bool operator!=(const COFFShortExport &L, const COFFShortExport &R) {
140 ArrayRef<COFFShortExport> Exports,
142 ArrayRef<COFFShortExport> NativeExports = {});
H A DCOFFModuleDefinition.h29 std::vector<COFFShortExport> Exports;
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp124 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()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp662 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()
H A DCOFFModuleDefinition.cpp227 COFFShortExport E; in parseExport()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp402 std::vector<COFFShortExport> NativeExports; in libDriverMain()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp979 std::vector<COFFShortExport> exports, nativeExports; in createImportLibrary()
982 std::vector<COFFShortExport> &exports) { in createImportLibrary()
984 COFFShortExport e2; in createImportLibrary()
H A DSymbolTable.cpp1310 for (COFFShortExport e1 : m.Exports) { in parseModuleDefs()