Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h138 Error writeImportLibrary(
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp246 if (!Path.empty() && writeImportLibrary(OutputFile, Path, Exports, Machine, in dlltoolDriverMain()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp422 return writeImportLibrary(OutputFile, OutputPath, Def->Exports, LibMachine, in libDriverMain()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp659 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp953 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()