HomeSort by relevance Sort by last modified time
    Searched defs:isDarwin (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 152 /// isDarwin - True if this is any darwin platform.
153 bool isDarwin() const { return TargetTriple.isMacOSX(); }
157 bool isDarwinABI() const { return isDarwin(); }
158 bool isSVR4ABI() const { return !isDarwin(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 166 isELF, isDarwin
  /external/webkit/Tools/Scripts/
webkitdirs.pm 258 } elsif (isDarwin()) {
607 if (isDarwin() and -d "$configurationProductDir/lib/$libraryName.framework") {
609 } elsif (isDarwin() and -d "$configurationProductDir/lib") {
633 my $extension = isDarwin() ? "dylib" : "so";
926 sub isDarwin()
953 return isAppleWebKit() && isDarwin();
982 if (!isDarwin()) {
1005 return isDarwin() && osXVersion()->{"minor"} == 4;
1010 return isDarwin() && osXVersion()->{"minor"} == 5;
1015 return isDarwin() && osXVersion()->{"minor"} == 6
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 160 bool isDarwin = Triple(M->getTargetTriple()).isOSDarwin();
162 if (isDarwin)
170 if (isDarwin)
    [all...]

Completed in 185 milliseconds