Searched refs:writeImportLibrary (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 139 LLVM_ABI Error writeImportLibrary(StringRef ImportName, StringRef Path,
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 398 if (Error E = writeImportLibrary(OutputFile, Path, Exports, Machine, in dlltoolDriverMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 429 writeImportLibrary(OutputFile, OutputPath, Def->Exports, LibMachine, in libDriverMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 661 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 1007 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary() 1017 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary() 1029 writeImportLibrary(libName, tmpName, exports, ctx.config.machine, in createImportLibrary()
|