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

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMinGW.cpp1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===//
9 #include "MinGW.h"
29 /// MinGW Tools
30 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
61 void tools::MinGW::Linker::AddLibGCC(const ArgList &Args,
96 void tools::MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA,
208 // MinGW always links against a shared MSVCRT.
306 // MinGW always links against a shared MSVCRT.
399 void toolchains::MinGW::findGccLibDir(const llvm::Triple &LiteralTriple) {
466 toolchains::MinGW function in class:toolchains::MinGW
[all...]
H A DMinGW.h1 //===--- MinGW.h - MinGW ToolChain Implementations --------------*- C++ -*-===//
23 /// MinGW -- Directly call GNU Binutils assembler and linker
24 namespace MinGW { namespace in namespace:clang::driver::tools
27 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {}
39 Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker", TC) {}
53 } // end namespace MinGW
58 class LLVM_LIBRARY_VISIBILITY MinGW : public ToolChain { class in namespace:clang::driver::toolchains
60 MinGW(const Driver &D, const llvm::Triple &Triple,
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DCOFFImportFile.h107 COFF::MachineTypes Machine, bool MinGW);
H A DWindowsResource.h156 WindowsResourceParser(bool MinGW = false);
257 bool MinGW; member in class:llvm::object::WindowsResourceParser
/openbsd-current/gnu/usr.bin/clang/libclangDriver/
H A DMakefile58 MinGW.cpp \
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFImportFile.cpp99 MachineTypes Machine, bool MinGW) {
102 // the leading underscore. In MinGW on the other hand, a decorated
106 if (ExtName.startswith("_") && ExtName.contains('@') && !MinGW)
579 MachineTypes Machine, bool MinGW) {
607 Machine, MinGW);
98 getNameType(StringRef Sym, StringRef ExtName, MachineTypes Machine, bool MinGW) argument
577 writeImportLibrary(StringRef ImportName, StringRef Path, ArrayRef<COFFShortExport> Exports, MachineTypes Machine, bool MinGW) argument
H A DWindowsResource.cpp138 WindowsResourceParser::WindowsResourceParser(bool MinGW) argument
139 : Root(false), MinGW(MinGW) {}
253 // MinGW specific. Remove default manifests (with language zero) if there are
308 // the function comment above for context. Only returns true if MinGW is set
312 return MinGW && !Entry.checkTypeString() &&
321 return MinGW && Context.size() == 3 && !Context[0].IsString &&
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A 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
499 // The following functions are not reliably accessible on MinGW.
901 // We turned these warnings off for this file so that MinGW-g++ doesn't
903 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.pm636 platforms like Cygwin and MinGW) the Time::HiRes::time() may temporarily
/openbsd-current/gnu/usr.bin/perl/win32/
H A DGNUmakefile5 # MinGW with gcc-3.4.5-5.3.0
173 # MinGW or mingw-w64 with gcc-3.4.5 or later
245 #CCHOME := C:\MinGW
384 CCHOME := C:\MinGW
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp37 #include "ToolChains/MinGW.h"
631 toolchains::MinGW::fixTripleArch(D, Target, Args);
6116 TC = std::make_unique<toolchains::MinGW>(*this, Target, Args);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp9023 static void StripImplicitInstantiation(NamedDecl *D, bool MinGW) { argument
9024 if (MinGW || (isa<FunctionDecl>(D) &&
9920 // except for MinGW mode.
9983 // Check for dllexport class template instantiation definitions in MinGW
10112 // template with a previous instantiation declaration. MinGW doesn't
10130 // template with a previous implicit instantiation. MinGW doesn't allow
10146 // In MinGW mode, export the template instantiation if the declaration

Completed in 299 milliseconds