Home
last modified time | relevance | path

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

123456789

/external/llvm-project/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll7 …%s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X86-MinGW
11 … -mcpu=generic -mtriple=x86_64-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X64-MinGW
102 ; X86-MinGW-LABEL: test_basic:
104 ; X86-MinGW: cmpl %fs:20, %esp
105 ; X86-MinGW-NEXT: jbe LBB0_1
107 ; X86-MinGW: pushl $0
108 ; X86-MinGW-NEXT: pushl $40
109 ; X86-MinGW-NEXT: calll ___morestack
110 ; X86-MinGW-NEXT: ret
112 ; X64-MinGW-LABEL: test_basic:
[all …]
/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/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/llvm-project/clang/lib/Driver/ToolChains/
DMinGW.cpp30 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
61 void tools::MinGW::Linker::AddLibGCC(const ArgList &Args, in AddLibGCC()
94 void tools::MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
347 void toolchains::MinGW::findGccLibDir() { in findGccLibDir()
368 llvm::ErrorOr<std::string> toolchains::MinGW::findGcc() { in findGcc()
380 llvm::ErrorOr<std::string> toolchains::MinGW::findClangRelativeSysroot() { in findClangRelativeSysroot()
397 toolchains::MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, in MinGW() function in toolchains::MinGW
432 bool toolchains::MinGW::IsIntegratedAssemblerDefault() const { return true; } in IsIntegratedAssemblerDefault()
434 Tool *toolchains::MinGW::getTool(Action::ActionClass AC) const { in getTool()
449 Tool *toolchains::MinGW::buildAssembler() const { in buildAssembler()
[all …]
DMinGW.h24 namespace MinGW {
58 class LLVM_LIBRARY_VISIBILITY MinGW : public ToolChain {
60 MinGW(const Driver &D, const llvm::Triple &Triple,
/external/llvm-project/llvm/utils/gn/secondary/lld/MinGW/
DBUILD.gn4 visibility = [ ":MinGW" ]
8 static_library("MinGW") {
/external/libiio/src/CI/travis/
Dzip.txt10 o ./MinGW32 : 32-bit binaries compiled by the MinGW toolchain
11 o ./MinGW64 : 64-bit binaries compiled by the MinGW toolchain
46 o MinGW/cygwin
58 - The MinGW and MS generated DLLs are fully interchangeable, provided that you
/external/pigweed/pw_toolchain/host_gcc/
DBUILD.gn36 # MinGW can't handle %z format specifiers without this flag enabled. This
37 # flag is deprecated in future versions of MinGW, and should be replaced by
39 # version of MinGW that uses the new flags.
/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/llvm-project/llvm/utils/benchmark/
DREADME.LLVM19 is applied to fix cross compilation with MinGW headers
21 is applied to fix building with MinGW headers for ARM
29 is applied on top of v1.4.1 to fix cross-build from linux to windows via MinGW.
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD220 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
225 The MinGW home page (http://www.mingw.org/) says this:
227 MinGW: A collection of freely available and freely distributable Windows
241 On both MinGW and Cygwin, PCRE2 should build correctly using:
256 MinGW has no such restrictions. The MinGW compiler generates a library or
263 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
264 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
265 gcc and MinGW's gcc). So, a user can:
267 . Build native binaries by using MinGW or by getting Cygwin and using
284 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt220 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
225 The MinGW home page (http://www.mingw.org/) says this:
227 MinGW: A collection of freely available and freely distributable Windows
241 On both MinGW and Cygwin, PCRE2 should build correctly using:
256 MinGW has no such restrictions. The MinGW compiler generates a library or
263 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
264 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
265 gcc and MinGW's gcc). So, a user can:
267 . Build native binaries by using MinGW or by getting Cygwin and using
284 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/external/protobuf/
Dappveyor.bat3 IF %platform%==MinGW GOTO build_mingw
11 echo Building 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/zstd/lib/dll/example/
DREADME.md26 ## The example of usage of static and dynamic ZSTD libraries with gcc/MinGW
32 ## Using ZSTD DLL with gcc/MinGW
35 are required to compile a project using gcc/MinGW.
/external/icu/icu4c/source/config/
Dmh-mingw4 ## Cygwin/MinGW specific setup
14 # This setting moves the ICU DLLs into the bin folder for MinGW/MSYS2 when "make install" is run.
36 ## ICU requires a minimum target of Windows 7, and MinGW does not set this by default.
190 ## End Cygwin/MinGW specific setup
/external/libusb/.private/
Dwbs.txt27 o MinGW/cygwin
43 - The MinGW and MS generated DLLs are fully interchangeable, provided that you
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp93 MachineTypes Machine, bool MinGW) { in getNameType() argument
100 if (ExtName.startswith("_") && ExtName.contains('@') && !MinGW) in getNameType()
573 MachineTypes Machine, bool MinGW) { in writeImportLibrary() argument
601 Machine, MinGW); in writeImportLibrary()
/external/llvm-project/llvm/lib/Object/
DCOFFImportFile.cpp93 MachineTypes Machine, bool MinGW) { in getNameType() argument
100 if (ExtName.startswith("_") && ExtName.contains('@') && !MinGW) in getNameType()
573 MachineTypes Machine, bool MinGW) { in writeImportLibrary() argument
601 Machine, MinGW); in writeImportLibrary()
/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/llvm-project/lld/COFF/
DCMakeLists.txt18 MinGW.cpp
/external/google-fruit/examples/
DCMakeLists.txt14 # This uses threads and doesn't work on Windows (at least when using MinGW's GCC).
/external/lz4/lib/
DREADME.md83 #### Windows : using MinGW+MSYS to create DLL
85 DLL can be created using MinGW+MSYS with the `make liblz4` command.
93 `dll\liblz4.dll` are required to compile a project using gcc/MinGW.
/external/llvm-project/llvm/utils/gn/secondary/lld/tools/lld/
DBUILD.gn32 "//lld/MinGW",
/external/icu/icu4c/source/
DrunConfigureICU55 MinGW Use the GNU gcc/g++ compilers on MinGW
313 MinGW)

123456789