Searched refs:isOSWindows (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h396 bool isOSWindows() const { return TargetTriple.isOSWindows(); } function in class:llvm::final
399 return In64BitMode && TargetTriple.isOSWindows();
H A DX86Subtarget.cpp310 if (ST.is64Bit() || ST.isOSWindows() || ST.isTargetNaCl())
330 if (!ST.is64Bit() && ST.isOSWindows())
H A DX86FrameLowering.cpp666 if (NumBytes >= 4096 && STI.isOSWindows() && !STI.isTargetMacho()) {
H A DX86ISelLowering.cpp13120 bool Lower = (Subtarget->isOSWindows() && !Subtarget->isTargetMacho()) ||
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp164 assert(Triple.isOSWindows() && "Windows is the only supported COFF target");
H A DX86MCTargetDesc.cpp318 } else if (T.isOSWindows() && is64Bit)
365 assert(TheTriple.isOSWindows() && "only Windows COFF is supported");
H A DX86AsmBackend.cpp813 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
834 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp141 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
/external/clang/lib/AST/
H A DMangle.cpp68 if (!Triple.isOSWindows() || Triple.getArch() != llvm::Triple::x86)
/external/llvm/include/llvm/ADT/
H A DTriple.h381 bool isOSWindows() const { function in class:llvm::Triple
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h357 bool isTargetWindows() const { return TargetTriple.isOSWindows(); }
H A DARMISelLowering.cpp161 if (TT.isOSWindows())
/external/clang/lib/Driver/
H A DToolChain.cpp253 if (getTriple().isOSWindows())
H A DTools.cpp459 if (Triple.isOSDarwin() || Triple.isOSWindows())
765 } else if (Triple.isOSWindows()) {
2263 if (TT.isOSWindows() && (TT.getArch() == llvm::Triple::arm ||
3502 } else if (TT.isOSWindows() && (TT.getArch() == llvm::Triple::arm ||
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp287 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported");
H A DARMAsmBackend.cpp828 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported");
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp652 assert(T.isOSWindows() && "Windows is the only supported COFF target");
838 (TT.isOSWindows() && TT.getObjectFormat() == Triple::COFF)) {
/external/clang/lib/Analysis/
H A DFormatString.cpp682 !Target.getTriple().isOSWindows();
/external/llvm/lib/IR/
H A DDataLayout.cpp158 if (T.isOSWindows() && T.getArch() == Triple::x86 && T.isOSBinFormatCOFF())
/external/llvm/lib/Support/
H A DTriple.cpp374 else if (T.isOSWindows())
/external/clang/lib/Basic/
H A DTargets.cpp3553 } else if (T.isOSWindows()) {
3930 if (5 <= CPUArchVer && CPUArchVer <= 8 && !getTriple().isOSWindows())
3936 if (!getTriple().isOSDarwin() && !getTriple().isOSWindows())
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3172 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_C :
3176 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_X86_64SysV :
/external/clang/lib/CodeGen/
H A DCGCall.cpp343 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows();

Completed in 7249 milliseconds