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