Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFFImportFile.h96 Error writeImportLibrary(StringRef ImportName, StringRef Path,
/freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp177 if (writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp667 HandleError(writeImportLibrary(LibName, Path, Exports, Config->Machine, in createImportLibrary()
677 HandleError(writeImportLibrary(LibName, Path, Exports, Config->Machine, in createImportLibrary()
688 if (Error E = writeImportLibrary(LibName, TmpName, Exports, Config->Machine, in createImportLibrary()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFImportFile.cpp572 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function