Home
last modified time | relevance | path

Searched defs:MinGW (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Doc/install/
Dindex.rst1026 Older Versions of Python and MinGW
1071 .. [#] This also means you could replace all existing COFF-libraries with OMF-libraries
1074 .. [#] Check https://www.sourceware.org/cygwin/ for more information
1076 .. [#] Then you have no POSIX emulation available, but you also don't need
/external/python/cpython2/Doc/install/
Dindex.rst1050 Older Versions of Python and MinGW
1095 .. [#] This also means you could replace all existing COFF-libraries with OMF-libraries
1098 .. [#] Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more
1101 .. [#] Then you have no POSIX emulation available, but you also don't need
/external/cronet/buildtools/third_party/libc++/trunk/docs/
DBuildingLibcxx.rst172 .. _`libc++abi`: http://libcxxabi.llvm.org/
175 .. _CMake Options:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp93 MachineTypes Machine, bool MinGW) { in getNameType()
573 MachineTypes Machine, bool MinGW) { in writeImportLibrary()
DWindowsResource.cpp140 WindowsResourceParser::WindowsResourceParser(bool MinGW) in WindowsResourceParser()
/external/clang/lib/Driver/
DMinGWToolChain.cpp65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MinGW() function in MinGW
/external/libjpeg-turbo/
DBUILDING.md243 ### MinGW subsection
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h259 bool MinGW; variable