HomeSort by relevance Sort by last modified time
    Searched refs:isOSWindows (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 52 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 46 if (pConfig.targets().triple().isOSWindows()) {
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 76 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl())
101 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU())
121 if (TT.isOSWindows() && is64Bit)
301 if (TT.isOSWindows() && TT.getArch() == Triple::x86)
X86Subtarget.h 509 bool isOSWindows() const { return TargetTriple.isOSWindows(); }
512 return In64BitMode && TargetTriple.isOSWindows();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 53 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 49 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp 54 if (pConfig.targets().triple().isOSWindows()) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 88 if (TheTriple.isOSWindows()) {
MBlazeAsmBackend.cpp 155 if (TheTriple.isOSWindows())
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 156 assert(Triple.isOSWindows() && "Windows is the only supported COFF target");
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 219 bool isTargetWindows() const { return TargetTriple.isOSWindows(); }
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 132 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
  /external/llvm/unittests/ExecutionEngine/Orc/
OrcTestCommon.h 51 TT.isOSWindows())
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 268 /// isOSWindows - Is this a "Windows" OS.
269 bool isOSWindows() const {
  /external/clang/lib/Driver/
ToolChain.cpp 274 bool IsWindows = Triple.isOSWindows();
296 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".dll" : ".so")
482 if (getTriple().isOSWindows())
SanitizerArgs.cpp 296 if (TC.getTriple().isOSWindows())
625 if (TC.getTriple().isOSWindows() && needsUbsanRt()) {
634 if (TC.getTriple().isOSWindows() && needsStatsRt()) {
700 if (Sanitizers.hasOneOf(CFIClasses) && !TC.getTriple().isOSWindows() &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 310 } else if (TheTriple.isOSWindows()) {
349 } else if (T.isOSWindows() && is64Bit)
393 if (TheTriple.isOSWindows())
X86AsmBackend.cpp 442 if (TheTriple.isOSWindows())
454 if (TheTriple.isOSWindows())
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 62 if (TT.isOSWindows())
94 } else if (TT.isOSWindows()) {
ARMSubtarget.h 492 bool isTargetWindows() const { return TargetTriple.isOSWindows(); }
  /external/clang/lib/AST/
Mangle.cpp 69 if (!Triple.isOSWindows() ||
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 163 if (TheTriple.isOSWindows()) {
  /external/llvm/include/llvm/ADT/
Triple.h 523 bool isOSWindows() const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 192 else if (TheTriple.isOSWindows())
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 540 bool isOSWindows() const {

Completed in 710 milliseconds

1 2 3 4 5