Home | History | Annotate | Download | only in Frontend

Lines Matching full:w64

86   /// libstdc++ of x86_64-w64-mingw32 aka mingw-w64.
216 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32",
218 AddPath(Base + "/../../../include/c++/" + Version + "/i686-w64-mingw32",
314 // mingw-w64 crt include paths
315 // <sysroot>/i686-w64-mingw32/include
317 llvm::sys::path::append(P, "../../../i686-w64-mingw32/include");
320 // <sysroot>/x86_64-w64-mingw32/include
322 llvm::sys::path::append(P, "../../../x86_64-w64-mingw32/include");
396 // mingw-w64 C++ include paths (i686-w64-mingw32 and x86_64-w64-mingw32)