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

1 2

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64MCLinker.cpp 33 if (theTriple.isOSWindows()) {
AArch64Emulation.cpp 53 if (pConfig.targets().triple().isOSWindows()) {
AArch64LDBackend.cpp 443 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMMCLinker.cpp 32 if (theTriple.isOSWindows()) {
ARMEmulation.cpp 55 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonMCLinker.cpp 31 if (theTriple.isOSWindows()) {
HexagonEmulation.cpp 47 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsMCLinker.cpp 30 if (theTriple.isOSWindows()) {
MipsEmulation.cpp 51 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86MCLinker.cpp 32 if (theTriple.isOSWindows()) {
X86Emulation.cpp 57 if (pConfig.targets().triple().isOSWindows()) {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 396 bool isOSWindows() const { return TargetTriple.isOSWindows(); }
399 return In64BitMode && TargetTriple.isOSWindows();
X86Subtarget.cpp 310 if (ST.is64Bit() || ST.isOSWindows() || ST.isTargetNaCl())
330 if (!ST.is64Bit() && ST.isOSWindows())
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 164 assert(Triple.isOSWindows() && "Windows is the only supported COFF target");
X86MCTargetDesc.cpp 318 } else if (T.isOSWindows() && is64Bit)
365 assert(TheTriple.isOSWindows() && "only Windows COFF is supported");
X86AsmBackend.cpp 813 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
834 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 141 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
  /external/clang/lib/AST/
Mangle.cpp 68 if (!Triple.isOSWindows() || Triple.getArch() != llvm::Triple::x86)
  /external/llvm/include/llvm/ADT/
Triple.h 381 bool isOSWindows() const {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 357 bool isTargetWindows() const { return TargetTriple.isOSWindows(); }
  /external/clang/lib/Driver/
ToolChain.cpp 253 if (getTriple().isOSWindows())
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 287 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported");
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 652 assert(T.isOSWindows() && "Windows is the only supported COFF target");
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 682 !Target.getTriple().isOSWindows();
  /external/llvm/lib/IR/
DataLayout.cpp 158 if (T.isOSWindows() && T.getArch() == Triple::x86 && T.isOSBinFormatCOFF())

Completed in 632 milliseconds

1 2