Searched refs:writeImportLibrary (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h106 Error writeImportLibrary(StringRef ImportName, StringRef Path,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp154 // cases where writeImportLibrary tries to transplant decoration from
175 // writeImportLibrary writes these symbols with the type
181 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp9 // This file defines the writeImportLibrary function.
571 Error writeImportLibrary(StringRef ImportName, StringRef Path, function in namespace:llvm::object
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp782 handleError(writeImportLibrary(libName, path, exports, config->machine,
792 handleError(writeImportLibrary(libName, path, exports, config->machine,
803 if (Error e = writeImportLibrary(libName, tmpName, exports, config->machine,

Completed in 121 milliseconds