Searched refs:MinGW (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh7 echo MinGW found
H A Dmsys2-win64.sh7 echo MinGW found
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===//
9 #include "MinGW.h"
28 /// MinGW Tools
29 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
59 void tools::MinGW::Linker::AddLibGCC(const ArgList &Args,
92 void tools::MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA,
262 // MinGW always links against a shared MSVCRT.
332 void toolchains::MinGW::findGccLibDir() {
353 llvm::ErrorOr<std::string> toolchains::MinGW::findGcc() {
365 llvm::ErrorOr<std::string> toolchains::MinGW
382 toolchains::MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, function in class:toolchains::MinGW
[all...]
H A DMinGW.h1 //===--- MinGW.h - MinGW ToolChain Implementations --------------*- C++ -*-===//
21 /// MinGW -- Directly call GNU Binutils assembler and linker
22 namespace MinGW { namespace in namespace:clang::driver::tools
25 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {}
38 : Tool("MinGW::Linker", "linker", TC, Tool::RF_Full) {}
52 } // end namespace MinGW
57 class LLVM_LIBRARY_VISIBILITY MinGW : public ToolChain { class in namespace:clang::driver::toolchains
59 MinGW(const Driver &D, const llvm::Triple &Triple,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h108 COFF::MachineTypes Machine, bool MinGW);
H A DWindowsResource.h156 WindowsResourceParser(bool MinGW = false);
259 bool MinGW; member in class:llvm::object::WindowsResourceParser
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc39 // The version of g++ that comes with MinGW does *not* properly understand
40 // the ll format specifier for printf. However, MinGW passes the format
44 // we will turn off the warnings for this just file. However, MinGW also does
51 // MinGW.org does not have updated support for the 64-bit versions of the
488 // The following functions are not reliably accessible on MinGW.
858 // We turned these warnings off for this file so that MinGW-g++ doesn't
860 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp93 MachineTypes Machine, bool MinGW) {
96 // the leading underscore. In MinGW on the other hand, a decorated
100 if (ExtName.startswith("_") && ExtName.contains('@') && !MinGW)
573 MachineTypes Machine, bool MinGW) {
601 Machine, MinGW);
92 getNameType(StringRef Sym, StringRef ExtName, MachineTypes Machine, bool MinGW) argument
571 writeImportLibrary(StringRef ImportName, StringRef Path, ArrayRef<COFFShortExport> Exports, MachineTypes Machine, bool MinGW) argument
H A DWindowsResource.cpp140 WindowsResourceParser::WindowsResourceParser(bool MinGW) argument
141 : Root(false), MinGW(MinGW) {}
255 // MinGW specific. Remove default manifests (with language zero) if there are
310 // the function comment above for context. Only returns true if MinGW is set
314 return MinGW && !Entry.checkTypeString() &&
323 return MinGW && Context.size() == 3 && !Context[0].IsString &&
/freebsd-12-stable/crypto/openssl/
H A DNOTES.PERL35 MinGW and Cygwin. The key recommendation is to use "matching" Perl,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk970 #Once MinGW gets support for WinScard, -lwinscard could be used instead of the
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile328 SRCS_MIN+= Driver/ToolChains/MinGW.cpp
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp34 #include "ToolChains/MinGW.h"
4875 TC = std::make_unique<toolchains::MinGW>(*this, Target, Args);

Completed in 250 milliseconds