Home
last modified time | relevance | path

Searched refs:MinGW (Results 1 – 25 of 161) sorted by relevance

1234567

/external/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll7 …%s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X32-MinGW
11 … -mcpu=generic -mtriple=x86_64-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X64-MinGW
102 ; X32-MinGW-LABEL: test_basic:
104 ; X32-MinGW: cmpl %fs:20, %esp
105 ; X32-MinGW-NEXT: ja LBB0_2
107 ; X32-MinGW: pushl $0
108 ; X32-MinGW-NEXT: pushl $40
109 ; X32-MinGW-NEXT: calll ___morestack
110 ; X32-MinGW-NEXT: ret
112 ; X64-MinGW-LABEL: test_basic:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll7 …%s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X32-MinGW
11 … -mcpu=generic -mtriple=x86_64-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X64-MinGW
102 ; X32-MinGW-LABEL: test_basic:
104 ; X32-MinGW: cmpl %fs:20, %esp
105 ; X32-MinGW-NEXT: ja LBB0_2
107 ; X32-MinGW: pushl $0
108 ; X32-MinGW-NEXT: pushl $40
109 ; X32-MinGW-NEXT: calll ___morestack
110 ; X32-MinGW-NEXT: ret
112 ; X64-MinGW-LABEL: test_basic:
[all …]
/external/clang/lib/Driver/
DMinGWToolChain.cpp45 void MinGW::findGccLibDir() { in findGccLibDir()
65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MinGW() function in MinGW
99 bool MinGW::IsIntegratedAssemblerDefault() const { return true; } in IsIntegratedAssemblerDefault()
101 Tool *MinGW::getTool(Action::ActionClass AC) const { in getTool()
116 Tool *MinGW::buildAssembler() const { in buildAssembler()
117 return new tools::MinGW::Assembler(*this); in buildAssembler()
120 Tool *MinGW::buildLinker() const { return new tools::MinGW::Linker(*this); } in buildLinker()
122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault()
126 bool MinGW::isPICDefault() const { return getArch() == llvm::Triple::x86_64; } in isPICDefault()
128 bool MinGW::isPIEDefault() const { return false; } in isPIEDefault()
[all …]
/external/grpc-grpc-java/
DCOMPILING.md42 For Linux, Mac and MinGW:
64 #### Linux and MinGW
103 ### Notes for MinGW on Windows
104 If you have both MinGW and VC++ installed on Windows, VC++ will be used by
105 default. To override this default and use MinGW, add ``-PvcDisable=true``
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt214 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
219 The MinGW home page (http://www.mingw.org/) says this:
221 MinGW: A collection of freely available and freely distributable Windows
235 On both MinGW and Cygwin, PCRE2 should build correctly using:
250 MinGW has no such restrictions. The MinGW compiler generates a library or
257 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
258 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
259 gcc and MinGW's gcc). So, a user can:
261 . Build native binaries by using MinGW or by getting Cygwin and using
278 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD214 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
219 The MinGW home page (http://www.mingw.org/) says this:
221 MinGW: A collection of freely available and freely distributable Windows
235 On both MinGW and Cygwin, PCRE2 should build correctly using:
250 MinGW has no such restrictions. The MinGW compiler generates a library or
257 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
258 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
259 gcc and MinGW's gcc). So, a user can:
261 . Build native binaries by using MinGW or by getting Cygwin and using
278 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/external/lz4/lib/
DREADME.md40 #### Windows : using MinGW+MSYS to create DLL
42 DLL can be created using MinGW+MSYS with the `make liblz4` command.
46 `dll\liblz4.dll` are required to compile a project using gcc/MinGW.
/external/lz4/lib/dll/example/
DREADME.md29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW
36 #### Using LZ4 DLL with gcc/MinGW
39 are required to compile a project using gcc/MinGW.
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc33 // The version of g++ that comes with MinGW does *not* properly understand
34 // the ll format specifier for printf. However, MinGW passes the format
38 // we will turn off the warnings for this just file. However, MinGW also does
45 // MinGW.org does not have updated support for the 64-bit versions of the
213 // On MinGW.org, we need to load up the symbols explicitly, because the
482 // We turned these warnings off for this file so that MinGW-g++ doesn't
484 // warnings back on. If MinGW starts to support diagnostic stacks, we can
DTimeValue.inc36 // (i) a future MinGW version other than 1.0 inherents the __time64_t type, or
/external/icu/icu4c/source/config/
Dmh-mingw4 ## Cygwin/MinGW specific setup
31 ## ICU requires a minimum target of Windows 7, and MinGW does not set this by default.
168 ## End Cygwin/MinGW specific setup
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFImportFile.cpp94 MachineTypes Machine, bool MinGW) { in getNameType() argument
101 if (ExtName.startswith("_") && ExtName.contains('@') && !MinGW) in getNameType()
574 MachineTypes Machine, bool MinGW) { in writeImportLibrary() argument
599 ImportNameType NameType = getNameType(SymbolName, E.Name, Machine, MinGW); in writeImportLibrary()
/external/google-fruit/examples/
DCMakeLists.txt5 # This uses threads and doesn't work on Windows (at least when using MinGW's GCC).
/external/gptfdisk/
DREADME.Windows106 - MinGW (http://www.mingw.org), and in particular its Linux-hosted
108 Makefile.mingw64 files enable compilation of the software via MinGW.
111 using another compiler or even using MinGW under Windows or another Linux
125 The MinGW compiler produces much larger executables than do the MS
/external/deqp-deps/glslang/glslang/OSDependent/Windows/
DCMakeLists.txt7 # MinGW GCC complains about function pointer casts to void*.
/external/libusb/.private/
Dwbs.txt45 o MinGW/cygwin
58 - The MinGW and MS generated DLLs are fully interchangeable, provided that you
/external/libmtp/
DREADME.windows.txt9 … using MingW/MSys. The source relies upon the __WIN32__ macro which is defined by MinGW by default.
19 With both of these libraries extracted and placed in MinGW's search path, you can compile the libra…
/external/icu/icu4c/source/
DrunConfigureICU55 MinGW Use the GNU gcc/g++ compilers on MinGW
313 MinGW)
/external/swiftshader/build/
Dcmake.sh11 echo files from CMake. It should be run from an MSYS/MinGW bash shell, such as
/external/mesa3d/src/gallium/targets/libgl-gdi/
DSConscript38 # DEF parser in certain versions of MinGW is busted, as does not behave as
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dunlocked-stdio-mingw.ll10 ; for MinGW targets.
/external/google-fruit/extras/scripts/
Dpostsubmit.bat38 IF "%CMAKE_GENERATOR%"=="MinGW Makefiles" (
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFFImportFile.h98 COFF::MachineTypes Machine, bool MinGW);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc42 // The version of g++ that comes with MinGW does *not* properly understand
43 // the ll format specifier for printf. However, MinGW passes the format
47 // we will turn off the warnings for this just file. However, MinGW also does
54 // MinGW.org does not have updated support for the 64-bit versions of the
485 // The following functions are not reliably accessible on MinGW.
841 // We turned these warnings off for this file so that MinGW-g++ doesn't
843 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DSignals.inc40 // The version of g++ that comes with MinGW does *not* properly understand
41 // the ll format specifier for printf. However, MinGW passes the format
45 // we will turn off the warnings for this just file. However, MinGW also does
52 // MinGW.org does not have updated support for the 64-bit versions of the
489 // The following functions are not reliably accessible on MinGW.
865 // We turned these warnings off for this file so that MinGW-g++ doesn't
867 // warnings back on. If MinGW starts to support diagnostic stacks, we can

1234567