Searched refs:writeImportLibrary (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 96 Error writeImportLibrary(StringRef ImportName, StringRef Path,
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 177 if (writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.cpp | 667 HandleError(writeImportLibrary(LibName, Path, Exports, Config->Machine, in createImportLibrary() 677 HandleError(writeImportLibrary(LibName, Path, Exports, Config->Machine, in createImportLibrary() 688 if (Error E = writeImportLibrary(LibName, TmpName, Exports, Config->Machine, in createImportLibrary()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 572 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
|