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

/external/clang/lib/Driver/
H A DMinGWToolChain.cpp45 void MinGW::findGccLibDir() {
65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) function in class:MinGW
99 bool MinGW::IsIntegratedAssemblerDefault() const { return true; }
101 Tool *MinGW::getTool(Action::ActionClass AC) const {
116 Tool *MinGW::buildAssembler() const {
117 return new tools::MinGW::Assembler(*this);
120 Tool *MinGW::buildLinker() const { return new tools::MinGW::Linker(*this); }
122 bool MinGW
[all...]
H A DToolChains.h664 class LLVM_LIBRARY_VISIBILITY MinGW : public ToolChain { class in namespace:clang::driver::toolchains
666 MinGW(const Driver &D, const llvm::Triple &Triple,
H A DTools.h729 /// MinGW -- Directly call GNU Binutils assembler and linker
730 namespace MinGW { namespace in namespace:clang::driver::tools
733 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {}
745 Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker", TC) {}
758 } // end namespace MinGW
H A DDriver.cpp2517 TC = new toolchains::MinGW(*this, Target, Args);
H A DTools.cpp10258 /// MinGW Tools
10259 void MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
10289 void MinGW::Linker::AddLibGCC(const ArgList &Args,
10319 void MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA,
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DTimeValue.inc36 // (i) a future MinGW version other than 1.0 inherents the __time64_t type, or
H A 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
/external/llvm/lib/Support/Windows/
H A DSignals.inc41 // The version of g++ that comes with MinGW does *not* properly understand
42 // the ll format specifier for printf. However, MinGW passes the format
46 // we will turn off the warnings for this just file. However, MinGW also does
53 // MinGW.org does not have updated support for the 64-bit versions of the
484 // The following functions are not reliably accessible on MinGW.
840 // We turned these warnings off for this file so that MinGW-g++ doesn't
842 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A 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/icu/icu4c/source/
H A DrunConfigureICU55 MinGW Use the GNU gcc/g++ compilers on MinGW
313 MinGW)
314 THE_OS="MinGW"
/external/harfbuzz_ng/win32/
H A Dinfo-msvc.mak127 @echo MinGW builds.
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl31 # - MinGW (3.0-4.7, 4.8.3, 4.9 or newer)
675 If input header files are compatible with the MinGW GCC compiler,
7863 { # forward slash to pass into MinGW GCC
7875 { # to MinGW GCC
7924 { # add options to MinGW compiler
8248 { # modify headers to compile by MinGW
8267 printMsg("INFO", "Using MinGW compatibility mode");
8662 #{ # disable MinGW mode and try again

Completed in 419 milliseconds