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

  /external/llvm/include/llvm/ADT/
Triple.h 267 /// isOSVersionLT - Helper function for doing comparisons against version
269 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
293 return isOSVersionLT(Major, Minor, Micro);
297 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 177 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0);
ARMISelLowering.cpp 425 !Subtarget->getTargetTriple().isOSVersionLT(5, 0)) {
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 354 if (T.isOSVersionLT(3, 0))
  /external/clang/lib/Driver/
Tools.cpp 814 if (Triple.getOS() != llvm::Triple::IOS || Triple.isOSVersionLT(6)) {
    [all...]

Completed in 325 milliseconds