Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h106 Error writeImportLibrary(StringRef ImportName, StringRef Path,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp214 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp571 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp842 handleError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary()
852 handleError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary()
863 if (Error e = writeImportLibrary(libName, tmpName, exports, config->machine, in createImportLibrary()