Home
last modified time | relevance | path

Searched refs:writeImportLibrary (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h140 Error writeImportLibrary(StringRef ImportName, StringRef Path,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp218 if (!Path.empty() && writeImportLibrary(Def->OutputFile, Path, Def->Exports, in dlltoolDriverMain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp395 return writeImportLibrary(Def->OutputFile, OutputPath, Def->Exports, in libDriverMain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp624 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp961 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary()
971 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary()
982 if (Error e = writeImportLibrary(libName, tmpName, exports, in createImportLibrary()