Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFFImportFile.h105 Error writeImportLibrary(StringRef ImportName, StringRef Path,
/llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp215 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFImportFile.cpp575 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp941 checkError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary()
951 checkError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary()
962 if (Error e = writeImportLibrary(libName, tmpName, exports, config->machine, in createImportLibrary()