Searched refs:writeImportLibrary (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 140 Error writeImportLibrary(StringRef ImportName, StringRef Path,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 218 if (!Path.empty() && writeImportLibrary(Def->OutputFile, Path, Def->Exports, in dlltoolDriverMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 395 return writeImportLibrary(Def->OutputFile, OutputPath, Def->Exports, in libDriverMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 624 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 961 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary() 971 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary() 982 if (Error e = writeImportLibrary(libName, tmpName, exports, in createImportLibrary()
|