Searched refs:writeImportLibrary (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 105 Error writeImportLibrary(StringRef ImportName, StringRef Path,
|
| /openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 218 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 577 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 947 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary() 957 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary() 968 if (Error e = writeImportLibrary(libName, tmpName, exports, in createImportLibrary()
|