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

  /external/llvm/include/llvm/ADT/
Triple.h 255 /// isOSVersionLT - Helper function for doing comparisons against version
257 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
281 return isOSVersionLT(Major, Minor, Micro);
285 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 119 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0);
ARMISelLowering.cpp 424 !Subtarget->getTargetTriple().isOSVersionLT(5, 0)) {
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 197 if (T.isOSVersionLT(3, 0))

Completed in 472 milliseconds