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 261 /// isOSVersionLT - Helper function for doing comparisons against version
263 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
287 return isOSVersionLT(Major, Minor, Micro);
291 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 155 SupportsTailCall = !getTargetTriple().isOSVersionLT(5, 0);
ARMISelLowering.cpp 425 !Subtarget->getTargetTriple().isOSVersionLT(5, 0)) {
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 348 if (T.isOSVersionLT(3, 0))
  /external/clang/lib/Driver/
Tools.cpp 797 if (Triple.getOS() != llvm::Triple::IOS || Triple.isOSVersionLT(6)) {
    [all...]

Completed in 581 milliseconds