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

1 2

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 52 if (pConfig.targets().triple().isOSWindows()) {
AArch64LDBackend.cpp 603 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 46 if (pConfig.targets().triple().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()) {
X86LDBackend.cpp 708 if (pConfig.targets().triple().isOSWindows()) {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 456 bool isOSWindows() const { return TargetTriple.isOSWindows(); }
459 return In64BitMode && TargetTriple.isOSWindows();
X86TargetMachine.cpp 74 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl())
94 if (!TT.isArch64Bit() && TT.isOSWindows())
251 if (TT.isOSWindows() && TT.getArch() == Triple::x86)
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 135 bool isTargetWindows() const { return TargetTriple.isOSWindows(); }
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 156 assert(Triple.isOSWindows() && "Windows is the only supported COFF target");
X86MCTargetDesc.cpp 171 } else if (TT.isOSWindows() && is64Bit)
X86AsmBackend.cpp 824 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
847 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 134 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
  /external/clang/lib/Driver/
ToolChain.cpp 273 bool IsWindows = Triple.isOSWindows();
295 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".dll" : ".so")
474 if (getTriple().isOSWindows())
SanitizerArgs.cpp 309 if (TC.getTriple().isOSWindows())
630 if (TC.getTriple().isOSWindows() && needsUbsanRt()) {
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 61 if (TT.isOSWindows())
93 } else if (TT.isOSWindows()) {
ARMSubtarget.h 382 bool isTargetWindows() const { return TargetTriple.isOSWindows(); }
  /external/clang/lib/AST/
Mangle.cpp 69 if (!Triple.isOSWindows() ||
  /external/llvm/include/llvm/ADT/
Triple.h 502 bool isOSWindows() const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 193 else if (TheTriple.isOSWindows())
  /external/clang/include/clang/Basic/
TargetInfo.h 854 return getTriple().isOSWindows() &&
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.cpp 328 if (HostTriple.isOSWindows()) {
  /external/clang/lib/Analysis/
FormatString.cpp 723 !Target.getTriple().isOSWindows();
  /external/llvm/lib/IR/
DataLayout.cpp 158 if (T.isOSWindows() && T.isOSBinFormatCOFF())

Completed in 1354 milliseconds

1 2