Searched refs:writeImportLibrary (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 105 Error writeImportLibrary(StringRef ImportName, StringRef Path,
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 215 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 575 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.cpp | 941 checkError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary() 951 checkError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary() 962 if (Error e = writeImportLibrary(libName, tmpName, exports, config->machine, in createImportLibrary()
|