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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsSectLinker.cpp 31 if (theTriple.isOSWindows()) {
MipsLDBackend.cpp 895 if (theTriple.isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMSectLinker.cpp 30 if (theTriple.isOSWindows()) {
ARMLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86SectLinker.cpp 30 if (theTriple.isOSWindows()) {
X86LDBackend.cpp 741 if (theTriple.isOSWindows()) {
  /external/llvm/include/llvm/ADT/
Triple.h 304 /// isOSWindows - Is this a "Windows" OS.
305 bool isOSWindows() const {
311 return !isOSDarwin() && !isOSWindows();
316 return isOSWindows();
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 165 if (TheTriple.isOSWindows())
MBlazeMCTargetDesc.cpp 88 if (TheTriple.isOSWindows()) {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 260 return In64BitMode && TargetTriple.isOSWindows();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 448 if (TheTriple.isOSWindows())
461 if (TheTriple.isOSWindows())
X86MCTargetDesc.cpp 424 } else if (T.isOSWindows() && is64Bit)
468 if (TheTriple.isOSWindows())
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 177 if (TheTriple.isOSWindows()) {
ARMAsmBackend.cpp 693 if (TheTriple.isOSWindows())
  /external/clang/lib/Analysis/
FormatString.cpp 623 !Target.getTriple().isOSWindows();

Completed in 147 milliseconds