HomeSort by relevance Sort by last modified time
    Searched refs:MinGW32 (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 93 MinGW32, // i*86-pc-mingw32, *-w64-mingw32
301 return getOS() == Triple::Cygwin || getOS() == Triple::MinGW32;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 252 bool isTargetMingw() const { return TargetTriple.getOS() == Triple::MinGW32; }
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 245 Triple.getOS() == llvm::Triple::MinGW32) {
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 82 /// libstdc++ of x86_64-w64-mingw32 aka mingw-w64.
204 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32",
206 AddPath(Base + "/../../../include/c++/" + Version + "/i686-w64-mingw32",
310 case llvm::Triple::MinGW32: {
313 P.appendComponent("../../../i686-w64-mingw32/include"); // <sysroot>/i686-w64-mingw32/include
316 P.appendComponent("../../../x86_64-w64-mingw32/include"); // <sysroot>/x86_64-w64-mingw32/include
385 case llvm::Triple::MinGW32:
386 // mingw-w64 C++ include paths (i686-w64-mingw32 and x86_64-w64-mingw32
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 118 case MinGW32: return "mingw32";
289 .StartsWith("mingw32", Triple::MinGW32)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 205 if (TheTriple.getOS() == Triple::MinGW32 ||
384 } else if (TheTriple.getOS() == Triple::MinGW32 || TheTriple.getOS() == Triple::Cygwin) {
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 560 (T.getOS() == Triple::MinGW32 || T.getOS() == Triple::Cygwin ||
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp     [all...]

Completed in 248 milliseconds