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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 146 /// isDarwin - True if this is any darwin platform.
147 bool isDarwin() const { return TargetTriple.isMacOSX(); }
151 bool isDarwinABI() const { return isDarwin(); }
152 bool isSVR4ABI() const { return !isDarwin(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 163 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...]

Completed in 137 milliseconds