Searched refs:writeImportLibrary (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 106 Error writeImportLibrary(StringRef ImportName, StringRef Path,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 214 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 571 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 842 handleError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary() 852 handleError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary() 863 if (Error e = writeImportLibrary(libName, tmpName, exports, config->machine, in createImportLibrary()
|